summaryrefslogtreecommitdiff
path: root/src/drivers/X11/Fl_X11_Screen_Driver.H
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2016-09-20 12:58:51 +0000
committerManolo Gouy <Manolo>2016-09-20 12:58:51 +0000
commit827fa250f3bfd0c9dc68d1483ae3c41b144adfee (patch)
tree551e41cb7891db8c0317f10bb21ffc80a000695f /src/drivers/X11/Fl_X11_Screen_Driver.H
parentc06374378f212f8fe55b7bc08603871be5502aa2 (diff)
Remove fl_wait() that is not part of the public API.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11953 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/drivers/X11/Fl_X11_Screen_Driver.H')
-rw-r--r--src/drivers/X11/Fl_X11_Screen_Driver.H1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/drivers/X11/Fl_X11_Screen_Driver.H b/src/drivers/X11/Fl_X11_Screen_Driver.H
index 234f429d7..8f3638718 100644
--- a/src/drivers/X11/Fl_X11_Screen_Driver.H
+++ b/src/drivers/X11/Fl_X11_Screen_Driver.H
@@ -43,6 +43,7 @@ protected:
FLScreenInfo screens[MAX_SCREENS];
float dpi[MAX_SCREENS][2];
int poll_or_select();
+ int poll_or_select_with_delay(double time_to_wait);
public:
static int ewmh_supported();