summaryrefslogtreecommitdiff
path: root/FL
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2011-09-30 13:09:06 +0000
committerManolo Gouy <Manolo>2011-09-30 13:09:06 +0000
commit2df4196d8b29fdb3d4708741c9b76805a9bb6241 (patch)
treef85c740ca3be84baf9915b325db66f49156adc4b /FL
parent7694e9b0a650c0a724db0415579a56cb2ad13e74 (diff)
About STR#2600 : some code factorization.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@9101 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL')
-rw-r--r--FL/Fl.H1
-rw-r--r--FL/mac.H1
2 files changed, 1 insertions, 1 deletions
diff --git a/FL/Fl.H b/FL/Fl.H
index ed6b7c56b..0a5016f9a 100644
--- a/FL/Fl.H
+++ b/FL/Fl.H
@@ -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.
diff --git a/FL/mac.H b/FL/mac.H
index c53824ea7..3fd52669d 100644
--- a/FL/mac.H
+++ b/FL/mac.H
@@ -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;