mirror of
https://github.com/deskflow/deskflow.git
synced 2026-07-13 21:13:31 +08:00
chore: add default case for EI_EVENT handling
This commit is contained in:
parent
a04568b25f
commit
fde880fb6f
@ -820,6 +820,8 @@ void EiScreen::handleSystemEvent(const Event &sysevent, void *)
|
||||
case EI_EVENT_SCROLL_STOP:
|
||||
case EI_EVENT_SCROLL_CANCEL:
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
ei_event_unref(event);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user