mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-07 19:57:07 +02:00
FancyZones: prevent WinHookEventProc reentrancy bugs by serializing events to FancyZones::WndProc
This commit is contained in:
committed by
Andrey Nekrasov
parent
283bfde3d9
commit
57c4658021
9
src/modules/fancyzones/lib/FancyZonesWinHookEventIDs.h
Normal file
9
src/modules/fancyzones/lib/FancyZonesWinHookEventIDs.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#pragma once
|
||||
|
||||
extern UINT WM_PRIV_MOVESIZESTART;
|
||||
extern UINT WM_PRIV_MOVESIZEEND;
|
||||
extern UINT WM_PRIV_LOCATIONCHANGE;
|
||||
extern UINT WM_PRIV_NAMECHANGE;
|
||||
extern UINT WM_PRIV_WINDOWCREATED;
|
||||
|
||||
void initialize_winhook_event_ids();
|
||||
Reference in New Issue
Block a user