mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 14:34:29 +00:00
mi: fix wrong (*EnqueueEvent) declaration in miPointerScreenFuncRec.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
@@ -82,7 +82,7 @@ typedef struct _miPointerScreenFuncRec {
|
||||
);
|
||||
void (*EnqueueEvent)(
|
||||
DeviceIntPtr /* pDev */,
|
||||
xEventPtr /* event */
|
||||
InternalEvent* /* event */
|
||||
);
|
||||
void (*NewEventScreen)(
|
||||
DeviceIntPtr /* pDev */,
|
||||
|
||||
Reference in New Issue
Block a user