Browse Source

documentation

main
Hendrik Langer 6 years ago
parent
commit
6e8d0d77e5
  1. 1
      windows-snapshot-tool/src/main.cpp

1
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:
{

Loading…
Cancel
Save