summaryrefslogtreecommitdiff
path: root/FL
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2011-03-12 21:36:21 +0000
committerManolo Gouy <Manolo>2011-03-12 21:36:21 +0000
commit7aa48e19b9971c6ce902002c1421223a84a1a447 (patch)
tree67b51ebf94e910eee1f00d07c4afa832bde7056f /FL
parentc4099faffeb7bb2b5a1d4d3ace81021224f711c5 (diff)
Fix STR #2575: use the screen that intersects most of the window when made fullscreen.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8515 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL')
-rw-r--r--FL/Fl.H3
1 files changed, 2 insertions, 1 deletions
diff --git a/FL/Fl.H b/FL/Fl.H
index 8194ee655..99ed4c044 100644
--- a/FL/Fl.H
+++ b/FL/Fl.H
@@ -784,7 +784,8 @@ public:
screen_xywh(X, Y, W, H, e_x_root, e_y_root);
}
static void screen_xywh(int &X, int &Y, int &W, int &H, int mx, int my);
- static void screen_xywh(int &X, int &Y, int &W, int &H, int n);
+ static void screen_xywh(int &X, int &Y, int &W, int &H, int n);
+ static void screen_xywh(int &X, int &Y, int &W, int &H, int mx, int my, int mw, int mh);
static void screen_dpi(float &h, float &v, int n=0);
/** @} */