summaryrefslogtreecommitdiff
path: root/x11.h
diff options
context:
space:
mode:
Diffstat (limited to 'x11.h')
-rw-r--r--x11.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/x11.h b/x11.h
index db5abe7..2ed9569 100644
--- a/x11.h
+++ b/x11.h
@@ -258,6 +258,8 @@
#define BIGREQREQUEST 157
#define BIGREQREPLY 158
+#define EXTENSION 159
+
#define MaxTypes 256
extern char ScopeEnabled;
@@ -589,4 +591,7 @@ extern const char REQUESTHEADER[], EVENTHEADER[], ERRORHEADER[], REPLYHEADER[];
} \
} while (0)
+/* Constant defined in Generic Event Protocol 1.0 for event type */
+#define Event_Type_Generic 35
+
#endif /* XSCOPE_X11_H */