mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-06 10:28:03 +02:00
Xi: add missing break in XI event swapping function
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
c3c64978c4
commit
409012061b
1 changed files with 1 additions and 0 deletions
|
|
@ -794,6 +794,7 @@ XI2EventSwap(xGenericEvent *from, xGenericEvent *to)
|
|||
case XI_HierarchyChanged:
|
||||
SDeviceHierarchyEvent((xXIDeviceHierarchyEvent*)from,
|
||||
(xXIDeviceHierarchyEvent*)to);
|
||||
break;
|
||||
default:
|
||||
SDeviceEvent((xXIDeviceEvent*)from, (xXIDeviceEvent*)to);
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue