mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-02-15 20:50:33 +01:00
Do not define members of include/eventstr.h:EventType enum conditionally.
Main problem is that EventType enumeration members can be different in
module and in server, which obviously causes problems.
Signed-off-by: Adam Tkac <atkac@redhat.com>
Reviewed-by: Adam Jackson <ajax@redhat.com>
Signed-off-by: Keith Packard <keithp@keithp.com>
(cherry picked from commit 8d53d84485)
This commit is contained in:
parent
8661189c2c
commit
e54309e2ec
1 changed files with 0 additions and 4 deletions
|
|
@ -58,17 +58,13 @@ enum EventType {
|
|||
ET_ProximityOut,
|
||||
ET_DeviceChanged,
|
||||
ET_Hierarchy,
|
||||
#if XFreeXDGA
|
||||
ET_DGAEvent,
|
||||
#endif
|
||||
ET_RawKeyPress,
|
||||
ET_RawKeyRelease,
|
||||
ET_RawButtonPress,
|
||||
ET_RawButtonRelease,
|
||||
ET_RawMotion,
|
||||
#ifdef XQUARTZ
|
||||
ET_XQuartz,
|
||||
#endif
|
||||
ET_Internal = 0xFF /* First byte */
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue