mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 02:36:19 +02:00
FancyZones: LowLevelKeyboardProc & other improvements
This commit is contained in:
committed by
Andrey Nekrasov
parent
57c4658021
commit
8b988409e2
@@ -12,7 +12,7 @@ UINT WM_PRIV_WINDOWCREATED;
|
||||
|
||||
std::once_flag init_flag;
|
||||
|
||||
void initialize_winhook_event_ids()
|
||||
void InitializeWinhookEventIds()
|
||||
{
|
||||
std::call_once(init_flag, [&] {
|
||||
WM_PRIV_MOVESIZESTART = RegisterWindowMessage(L"{f48def23-df42-4c0f-a13d-3eb4a9e204d4}");
|
||||
|
||||
Reference in New Issue
Block a user