summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUli Schlachter <psychon@znc.in>2013-11-18 20:38:43 +0100
committerJulien Cristau <jcristau@debian.org>2013-12-14 05:49:18 +0100
commita79cc9c49d4c421dab7f3b08bd42dbcc183112f1 (patch)
tree21007d17602b9bee517526a72b444c32af067be5
parent281790373e625cc1e9f67b39fe0d687f279edbfb (diff)
Rename ge events to GeGeneric events
The new xcb_ge_event_t that libxcb generates from this definition has different fields than the old, hand-written xcb_ge_event_t. To undo an API break, libxcb will reintroduce the old hand-written version and mark it as deprecated, so that everyone can switch to this new version. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=71502 Signed-off-by: Uli Schlachter <psychon@znc.in> Signed-off-by: Julien Cristau <jcristau@debian.org>
-rw-r--r--src/xproto.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xproto.xml b/src/xproto.xml
index defa11e..0779568 100644
--- a/src/xproto.xml
+++ b/src/xproto.xml
@@ -1080,7 +1080,7 @@ The number of keycodes altered.
</doc>
</event>
- <event name="ge" number="35" xge="true">
+ <event name="GeGeneric" number="35" xge="true">
<pad bytes="22" />
<doc>
<brief>generic event (with length)</brief>