summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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();