mi: add prototype for CopyGetMasterEvent.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
346e71525f
commit
e3bb7dea06
7
mi/mi.h
7
mi/mi.h
|
@ -221,6 +221,13 @@ extern _X_EXPORT void mieqProcessInputEvents(
|
||||||
void
|
void
|
||||||
);
|
);
|
||||||
|
|
||||||
|
extern void CopyGetMasterEvent(
|
||||||
|
DeviceIntPtr /* mdev */,
|
||||||
|
DeviceIntPtr /* sdev */,
|
||||||
|
InternalEvent* /* original */,
|
||||||
|
EventListPtr /* master */
|
||||||
|
);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Custom input event handler. If you need to process input events in some
|
* Custom input event handler. If you need to process input events in some
|
||||||
* other way than the default path, register an input event handler for the
|
* other way than the default path, register an input event handler for the
|
||||||
|
|
Loading…
Reference in New Issue