mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
Xi: support InternalEvents in UpdateDeviceState, parts of POE and EnqueueEvent
Note that this breaks DGA. Life is tough. EnqueueEvent is a somewhat half-baked solution, we immediately drop back into XI and store them. But it should in theory work. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Don't let the dcce be random data.
This commit is contained in:
@@ -48,8 +48,7 @@ extern _X_EXPORT void RegisterOtherDevice (
|
||||
extern _X_EXPORT int
|
||||
UpdateDeviceState (
|
||||
DeviceIntPtr /* device */,
|
||||
xEventPtr /* xE */,
|
||||
int /* count */);
|
||||
DeviceEvent* /* xE */);
|
||||
|
||||
extern _X_EXPORT void ProcessOtherEvent (
|
||||
xEventPtr /* FIXME deviceKeyButtonPointer * xE */,
|
||||
|
||||
Reference in New Issue
Block a user