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:23:47 +0200
commit185fe4777c3f1ad7e81fe0239dc60d6f79d89bbd (patch)
treeb360c58fe47319ee6cc319b97a574a6be839c3ff
parente38a61900711169d66b1fa7e117b04d49106a1da (diff)
downloadspice-185fe4777c3f1ad7e81fe0239dc60d6f79d89bbd.tar.gz
spice-185fe4777c3f1ad7e81fe0239dc60d6f79d89bbd.tar.xz
spice-185fe4777c3f1ad7e81fe0239dc60d6f79d89bbd.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 8aba5d11..f8465c26 100644
--- a/client/windows/platform.cpp
+++ b/client/windows/platform.cpp
@@ -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();