spice: add missing break

This commit is contained in:
Arnon Gilboa 2010-01-06 10:28:51 +02:00 committed by Yaniv Kamay
parent e38a619007
commit 185fe4777c

View File

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