From 7aa48e19b9971c6ce902002c1421223a84a1a447 Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Sat, 12 Mar 2011 21:36:21 +0000 Subject: 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 --- FL/Fl.H | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'FL') 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); /** @} */ -- cgit v1.2.3