diff options
Diffstat (limited to 'FL')
| -rw-r--r-- | FL/Fl.H | 1 | ||||
| -rw-r--r-- | FL/mac.H | 1 |
2 files changed, 1 insertions, 1 deletions
@@ -133,6 +133,7 @@ public: // should be private! static Fl_Window* modal_; static Fl_Window* grab_; static int compose_state; + static void call_screen_init(); // recompute screen number and dimensions #endif /** If true then flush() will do something. @@ -126,7 +126,6 @@ public: static CGContextRef none_cursor_image(void); static void *get_carbon_function(const char *name); static void screen_work_area(int &X, int &Y, int &W, int &H, int n); // compute work area of a given screen - static void mac_screen_init(void); // recompute screen number and dimensions private: static void relink(Fl_Window*, Fl_Window*); bool subwindow; |
