summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnon Gilboa <agilboa@redhat.com>2010-01-06 10:28:51 +0200
committerYaniv Kamay <ykamay@redhat.com>2010-01-06 17:26:23 +0200
commit6dd05455fbc2a9b1a121edd42d7c4fcf418dc5b9 (patch)
tree04b592835ff0204a8f68ad1b38ba9d2815c6a932
parentc362f8473b606912f538d670af2d0560f702a0ee (diff)
downloadspice-6dd05455fbc2a9b1a121edd42d7c4fcf418dc5b9.tar.gz
spice-6dd05455fbc2a9b1a121edd42d7c4fcf418dc5b9.tar.xz
spice-6dd05455fbc2a9b1a121edd42d7c4fcf418dc5b9.zip
spice: add missing break
-rw-r--r--client/windows/platform.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/windows/platform.cpp b/client/windows/platform.cpp
index 3400811f..97c6dfc4 100644
--- a/client/windows/platform.cpp
+++ b/client/windows/platform.cpp
@@ -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();