summaryrefslogtreecommitdiffstats
path: root/include/xcb-internal.h
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-08-19 10:46:38 +0200
committerDave Davenport <qball@gmpclient.org>2016-08-19 10:46:38 +0200
commitdf7468b4910ebb6dfefb5da7e2e46def6f0d4d8c (patch)
treebc375136b0e7ab36304d0096e92c2b60b3ae1fa5 /include/xcb-internal.h
parent26d1e64b22f728c512923c2c5b2fb0235addefd7 (diff)
Use XRandr to get monitor layout instead of xinerama.
* You can now specify monitor by name, or primary status.
Diffstat (limited to 'include/xcb-internal.h')
-rw-r--r--include/xcb-internal.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/xcb-internal.h b/include/xcb-internal.h
index 2f437d20..dc4d5db2 100644
--- a/include/xcb-internal.h
+++ b/include/xcb-internal.h
@@ -6,6 +6,7 @@
#include <xcb/xcb.h>
#include <xcb/xcb_ewmh.h>
+
/**
* Structure to keep xcb stuff around.
*/
@@ -18,7 +19,7 @@ struct _xcb_stuff
int screen_nbr;
SnDisplay *sndisplay;
SnLauncheeContext *sncontext;
- gboolean has_xinerama;
+ struct _workarea *monitors;
};
#endif