spice: add missing break

This commit is contained in:
Arnon Gilboa 2010-01-06 10:28:51 +02:00 committed by Yaniv Kamay
parent c362f8473b
commit 6dd05455fb

View File

@ -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();