From a79cc9c49d4c421dab7f3b08bd42dbcc183112f1 Mon Sep 17 00:00:00 2001 From: Uli Schlachter Date: Mon, 18 Nov 2013 20:38:43 +0100 Subject: 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 Signed-off-by: Julien Cristau --- src/xproto.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. - + generic event (with length) -- cgit v1.2.3