summaryrefslogtreecommitdiff
path: root/FL
diff options
context:
space:
mode:
Diffstat (limited to 'FL')
-rw-r--r--FL/x.H1
1 files changed, 1 insertions, 0 deletions
diff --git a/FL/x.H b/FL/x.H
index b4fe5fa05..f1f23f918 100644
--- a/FL/x.H
+++ b/FL/x.H
@@ -161,6 +161,7 @@ public:
static void x(Fl_Window* wi, int X) {wi->x(X);}
static void y(Fl_Window* wi, int Y) {wi->y(Y);}
static int ewmh_supported();
+ static int xrender_supported();
static void activate_window(Window w);
};