mirror of
https://gitlab.freedesktop.org/libinput/libei.git
synced 2026-05-09 02:48:03 +02:00
libeis: handle other events during unref
Refcounting error means we never hit this code, so let's fix it before we fix the refcounting. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
48f2f5e4c7
commit
562f2b4579
1 changed files with 3 additions and 0 deletions
|
|
@ -47,6 +47,9 @@ eis_event_destroy(struct eis_event *event)
|
||||||
case EIS_EVENT_CLIENT_DISCONNECT:
|
case EIS_EVENT_CLIENT_DISCONNECT:
|
||||||
case EIS_EVENT_DEVICE_ADDED:
|
case EIS_EVENT_DEVICE_ADDED:
|
||||||
case EIS_EVENT_DEVICE_REMOVED:
|
case EIS_EVENT_DEVICE_REMOVED:
|
||||||
|
case EIS_EVENT_POINTER_BUTTON:
|
||||||
|
case EIS_EVENT_POINTER_MOTION:
|
||||||
|
case EIS_EVENT_KEYBOARD_KEY:
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
abort(); /* not yet implemented */
|
abort(); /* not yet implemented */
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue