From 5d4fed1ef92a7b13876c4c253f55952b9e279a07 Mon Sep 17 00:00:00 2001 From: Greg Ercolano Date: Sun, 22 Sep 2013 02:33:17 +0000 Subject: STR #2860: Mods for full screen support. Applied the fltk-1.3.x-screen_num.patch git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@9982 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- FL/Fl.H | 2 ++ 1 file changed, 2 insertions(+) (limited to 'FL') diff --git a/FL/Fl.H b/FL/Fl.H index 52270e94d..5fd5c7fbd 100644 --- a/FL/Fl.H +++ b/FL/Fl.H @@ -826,6 +826,8 @@ public: 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 mx, int my, int mw, int mh); + static int screen_num(int x, int y); + static int screen_num(int x, int y, int w, int h); static void screen_dpi(float &h, float &v, int n=0); static void screen_work_area(int &X, int &Y, int &W, int &H, int mx, int my); static void screen_work_area(int &X, int &Y, int &W, int &H, int n); -- cgit v1.2.3