mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2025-12-26 22:48:19 +00:00
spice: add missing break
This commit is contained in:
parent
c362f8473b
commit
6dd05455fb
@ -66,6 +66,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