summaryrefslogtreecommitdiff
path: root/x11.h
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2002-05-15 05:26:19 +0000
committerAlan Coopersmith <alan.coopersmith@sun.com>2009-05-04 18:14:08 -0700
commit5a0de81b2922b2f2c174f136b0b5ade2440562a8 (patch)
tree3ef3e6f78ac304618a18478a7c8a5346c2c2b1a6 /x11.h
parent6e2099e8fa4d192d1dfa324454f538c3017c1988 (diff)
downloadxscope-5a0de81b2922b2f2c174f136b0b5ade2440562a8.tar.gz
Add lots more Render stuff
Diffstat (limited to 'x11.h')
-rw-r--r--x11.h32
1 files changed, 32 insertions, 0 deletions
diff --git a/x11.h b/x11.h
index a677eb0..91c8d19 100644
--- a/x11.h
+++ b/x11.h
@@ -197,6 +197,38 @@
#define NASEVENT 127
#define NASERROR 128
+#define WCPREQUEST 129
+#define WCPREPLY 130
+#define WCPERROR 131
+
+#define RENDERREQUEST 132
+#define RENDERREPLY 133
+#define RENDERERROR 134
+
+#define PICTURE 135
+#define PICTFORMAT 136
+#define PICTURE_BITMASK 137
+#define PICTOP 138
+#define GLYPHSET 139
+#define RENDERCOLOR 140
+#define PICTFORMINFO 141
+#define TRAPEZOID 142
+#define TRIANGLE 143
+#define POINTFIXED 144
+#define FIXED 145
+
+#define RANDRREQUEST 150
+#define RANDRREPLY 151
+#define RANDRERROR 152
+
+#define MITSHMREQUEST 153
+#define MITSHMREPLY 154
+#define MITSHMEVENT 155
+#define MITSHMERROR 156
+
+#define BIGREQREQUEST 157
+#define BIGREQREPLY 158
+
#define MaxTypes 256
extern char ScopeEnabled;