From 6e8d0d77e514d7f9506b8ad8bebe7f58adcea6ec Mon Sep 17 00:00:00 2001 From: Hendrik Langer Date: Thu, 19 Jul 2018 14:02:15 +0200 Subject: [PATCH] documentation --- windows-snapshot-tool/src/main.cpp | 1 + 1 file changed, 1 insertion(+) 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: {