mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 12:18:50 +02:00
[AlwaysOnTop] Proof of concept (#14360)
Co-authored-by: Niels Laute <niels.laute@live.nl>
This commit is contained in:
5
src/modules/alwaysontop/AlwaysOnTop/WinHookEventIDs.h
Normal file
5
src/modules/alwaysontop/AlwaysOnTop/WinHookEventIDs.h
Normal file
@@ -0,0 +1,5 @@
|
||||
#pragma once
|
||||
|
||||
extern UINT WM_PRIV_SETTINGS_CHANGED; // Scheduled when the a watched settings file is updated
|
||||
|
||||
void InitializeWinhookEventIds();
|
||||
Reference in New Issue
Block a user