diff options
| author | Manolo Gouy <Manolo> | 2011-03-12 21:36:21 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2011-03-12 21:36:21 +0000 |
| commit | 7aa48e19b9971c6ce902002c1421223a84a1a447 (patch) | |
| tree | 67b51ebf94e910eee1f00d07c4afa832bde7056f /FL | |
| parent | c4099faffeb7bb2b5a1d4d3ace81021224f711c5 (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.H | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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); /** @} */ |
