summaryrefslogtreecommitdiff
path: root/FL/x.H
diff options
context:
space:
mode:
authorLauri Kasanen <cand@gmx.com>2015-03-16 11:07:00 +0000
committerLauri Kasanen <cand@gmx.com>2015-03-16 11:07:00 +0000
commita6c4b29a184ce7708819f4706877eedcd99a30f5 (patch)
tree80e5a17091bf09191effef946e4c4cd0ae85a17e /FL/x.H
parentfdab34b20e423ebac430a97f1ddcdae29ba881e0 (diff)
Detect XRender support
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10622 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL/x.H')
-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);
};