summaryrefslogtreecommitdiffstats
path: root/include/xcb-internal.h
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-03-04 17:03:24 +0100
committerDave Davenport <qball@gmpclient.org>2016-03-04 17:03:24 +0100
commitfa7ceaf580466e1e3de11f66d76768a8bedaf489 (patch)
treecc5fb296ba341a20f76731d5e73a577edda94ca3 /include/xcb-internal.h
parentfd707acac5d1a4ee53857d90d1aefb68d019073d (diff)
Check for the availability of the xinerama extension.
Diffstat (limited to 'include/xcb-internal.h')
-rw-r--r--include/xcb-internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/xcb-internal.h b/include/xcb-internal.h
index 2b1a6dd4..2f437d20 100644
--- a/include/xcb-internal.h
+++ b/include/xcb-internal.h
@@ -18,6 +18,7 @@ struct _xcb_stuff
int screen_nbr;
SnDisplay *sndisplay;
SnLauncheeContext *sncontext;
+ gboolean has_xinerama;
};
#endif