diff --git a/windows-snapshot-tool/src/main.cpp b/windows-snapshot-tool/src/main.cpp index 52f8bd4..44d5326 100644 --- a/windows-snapshot-tool/src/main.cpp +++ b/windows-snapshot-tool/src/main.cpp @@ -198,6 +198,7 @@ LRESULT CALLBACK WindowProcedure (HWND hwnd, UINT message, WPARAM wParam, LPARAM /* // registering the hotkey with NULL instead of Hwnd causes a WM_HOTKEY // to be send to the thread instead of the window. this is the way to go! // but that won't propagate to here. so this is handled in the message loop. + // furthermore this won't be the given event, but a WM_HOTKEY. case WM_HOTKEY_FREEZE: case WM_HOTKEY: {