mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-02-04 04:50:33 +01:00
Xi: un-statify XI2EventSwap, it is needed for tests.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
55e1ea08d0
commit
3f161a0aac
2 changed files with 5 additions and 1 deletions
|
|
@ -810,7 +810,7 @@ static void SXIPropertyEvent(xXIPropertyEvent *from, xXIPropertyEvent *to)
|
|||
}
|
||||
|
||||
/** Event swapping function for XI2 events. */
|
||||
static void
|
||||
void
|
||||
XI2EventSwap(xGenericEvent *from, xGenericEvent *to)
|
||||
{
|
||||
switch(from->evtype)
|
||||
|
|
|
|||
|
|
@ -193,6 +193,10 @@ extern _X_EXPORT void SendEventToAllWindows(
|
|||
xEvent * /* ev */,
|
||||
int /* count */);
|
||||
|
||||
extern _X_HIDDEN void XI2EventSwap(
|
||||
xGenericEvent * /* from */,
|
||||
xGenericEvent * /* to */);
|
||||
|
||||
/* Input device properties */
|
||||
extern _X_EXPORT void XIDeleteAllDeviceProperties(
|
||||
DeviceIntPtr /* device */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue