summaryrefslogtreecommitdiff
path: root/src/drivers/X11/Fl_X11_Screen_Driver.H
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2016-04-16 11:02:35 +0000
committerManolo Gouy <Manolo>2016-04-16 11:02:35 +0000
commitd3d7597484394d43f9b88dbdcfa2e993d14621d3 (patch)
tree88956249e60ced5ca8332c90e5f5172f758fab6c /src/drivers/X11/Fl_X11_Screen_Driver.H
parent083e9ed06aa8c9862abad7eabdcf5ad5782da8eb (diff)
Continue removing non window-related member-functions from class Fl_X.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11630 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 b974901c0..cc202e881 100644
--- a/src/drivers/X11/Fl_X11_Screen_Driver.H
+++ b/src/drivers/X11/Fl_X11_Screen_Driver.H
@@ -44,6 +44,7 @@ protected:
float dpi[MAX_SCREENS][2];
public:
+ static int ewmh_supported();
// --- display management
virtual void display(const char *disp);
virtual int visual(int flags);