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:
Peter Hutterer 2020-08-06 15:11:50 +10:00
parent 48f2f5e4c7
commit 562f2b4579

View file

@ -47,6 +47,9 @@ eis_event_destroy(struct eis_event *event)
case EIS_EVENT_CLIENT_DISCONNECT:
case EIS_EVENT_DEVICE_ADDED:
case EIS_EVENT_DEVICE_REMOVED:
case EIS_EVENT_POINTER_BUTTON:
case EIS_EVENT_POINTER_MOTION:
case EIS_EVENT_KEYBOARD_KEY:
break;
default:
abort(); /* not yet implemented */