mi: fix wrong (*EnqueueEvent) declaration in miPointerScreenFuncRec.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
4fee979d06
commit
fcc19e673e
|
@ -82,7 +82,7 @@ typedef struct _miPointerScreenFuncRec {
|
||||||
);
|
);
|
||||||
void (*EnqueueEvent)(
|
void (*EnqueueEvent)(
|
||||||
DeviceIntPtr /* pDev */,
|
DeviceIntPtr /* pDev */,
|
||||||
xEventPtr /* event */
|
InternalEvent* /* event */
|
||||||
);
|
);
|
||||||
void (*NewEventScreen)(
|
void (*NewEventScreen)(
|
||||||
DeviceIntPtr /* pDev */,
|
DeviceIntPtr /* pDev */,
|
||||||
|
|
Loading…
Reference in New Issue