summaryrefslogtreecommitdiff
path: root/FL
diff options
context:
space:
mode:
authorGreg Ercolano <erco@seriss.com>2013-09-22 02:33:17 +0000
committerGreg Ercolano <erco@seriss.com>2013-09-22 02:33:17 +0000
commit5d4fed1ef92a7b13876c4c253f55952b9e279a07 (patch)
treee36818864b27b735f2212f0a722392f33119af26 /FL
parentbedb7fd6f08ac64a56bcb31387179dcf78d5b682 (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.H2
1 files changed, 2 insertions, 0 deletions
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);