mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
Adjust EQ to support long events.
Add RawDeviceEvent (pointers only for now). This commit changes the event queue to use EventLists instead of xEvent arrays. Only EQ is affected, event delivery still uses xEvent* (look for comment in mieqProcessInputEvent). RawDeviceEvents deliver driver information to the client, without clipping or acceleration.
This commit is contained in:
@@ -691,4 +691,8 @@ extern Bool DevHasCursor(DeviceIntPtr pDev);
|
||||
extern Bool IsPointerDevice( DeviceIntPtr dev);
|
||||
extern Bool IsKeyboardDevice(DeviceIntPtr dev);
|
||||
|
||||
|
||||
/* GE stuff */
|
||||
void SetGenericFilter(int extension, Mask* filters);
|
||||
|
||||
#endif /* DIX_H */
|
||||
|
||||
Reference in New Issue
Block a user