mirror of
https://gitlab.freedesktop.org/xorg/proto/xcbproto.git
synced 2026-05-05 01:48:00 +02:00
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>
This commit is contained in:
parent
281790373e
commit
a79cc9c49d
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue