|
@ -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
|
|
|
/* // 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!
|
|
|
// 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.
|
|
|
// 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_FREEZE: |
|
|
case WM_HOTKEY: |
|
|
case WM_HOTKEY: |
|
|
{ |
|
|
{ |
|
|