diff options
| author | Greg Ercolano <erco@seriss.com> | 2013-09-22 02:33:17 +0000 |
|---|---|---|
| committer | Greg Ercolano <erco@seriss.com> | 2013-09-22 02:33:17 +0000 |
| commit | 5d4fed1ef92a7b13876c4c253f55952b9e279a07 (patch) | |
| tree | e36818864b27b735f2212f0a722392f33119af26 /FL | |
| parent | bedb7fd6f08ac64a56bcb31387179dcf78d5b682 (diff) | |
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
Diffstat (limited to 'FL')
| -rw-r--r-- | FL/Fl.H | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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); |
