summaryrefslogtreecommitdiff
path: root/src/drivers/X11/Fl_X11_Screen_Driver.H
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2016-09-19 16:59:59 +0000
committerManolo Gouy <Manolo>2016-09-19 16:59:59 +0000
commitc06374378f212f8fe55b7bc08603871be5502aa2 (patch)
treef52c0b7daad2fc0be8b1c86b03ed26f011a9be05 /src/drivers/X11/Fl_X11_Screen_Driver.H
parent3c0b74b2843c5c945953e2965f573aa036050c43 (diff)
Remove fl_ready() not in public API and mostly same as Fl_XXX_Screen_Driver::ready()
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11951 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 2585cb972..234f429d7 100644
--- a/src/drivers/X11/Fl_X11_Screen_Driver.H
+++ b/src/drivers/X11/Fl_X11_Screen_Driver.H
@@ -42,6 +42,7 @@ protected:
} FLScreenInfo;
FLScreenInfo screens[MAX_SCREENS];
float dpi[MAX_SCREENS][2];
+ int poll_or_select();
public:
static int ewmh_supported();