mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2025-12-31 02:41:52 +00:00
spice: add missing break
This commit is contained in:
parent
e38a619007
commit
185fe4777c
@ -70,6 +70,7 @@ static LRESULT CALLBACK PlatformWinProc(HWND hWnd, UINT message, WPARAM wParam,
|
||||
} else {
|
||||
LOG_WARN("received WM_TIMER not inside a modal loop");
|
||||
}
|
||||
break;
|
||||
case WM_ACTIVATEAPP:
|
||||
if (wParam) {
|
||||
event_listener->on_app_activated();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user