summaryrefslogtreecommitdiff
path: root/x11.h
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2012-08-28 23:35:37 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2012-10-02 22:16:09 -0700
commitb4de85b1b63d03322c2c831002bd5aa6418347ba (patch)
treecfb095b5ffeb0a333a0b8e7698794c77b3858c6a /x11.h
parent95a436f7efd7061a15e3be533c56e573aac2db92 (diff)
downloadxscope-b4de85b1b63d03322c2c831002bd5aa6418347ba.tar.gz
Update RANDR support from 0.x to include 1.0 - 1.4
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'x11.h')
-rw-r--r--x11.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/x11.h b/x11.h
index fa6cfef..b9ac221 100644
--- a/x11.h
+++ b/x11.h
@@ -244,6 +244,7 @@
#define FIXED 145
#define FILTERALIAS 146
#define RENDERTRANSFORM 147
+#define SUBPIXEL 148
#define RANDRREQUEST 150
#define RANDRREPLY 151
@@ -264,6 +265,20 @@
#define GLXEVENT 162
#define GLXERROR 163
+/* More RandR */
+#define SETofRREVENT 164
+#define SETofROTATION 165
+#define SCREENSIZE 166
+#define REFRESH 167
+#define SETofMODEFLAG 168
+#define MODEINFO 169
+#define MODE 170 /* XID/CARD32 plus 0 = None */
+#define CRTC 171 /* XID/CARD32 plus 0 = None */
+#define OUTPUT 172 /* XID/CARD32 plus 0 = None */
+#define RANDREVENT 173 /* minor event code for RandR event base+1 */
+#define CONNECTION 174
+#define SETofPROVIDER_CAPS 175
+
#define MaxTypes 256
/* ************************************************************ */