Move window filter to separate function, filter more windows.

This commit is contained in:
Bartosz Sosnowski
2019-09-17 13:45:49 +02:00
committed by Bartosz Sosnowski
parent a54e4299aa
commit 487c485911
4 changed files with 32 additions and 21 deletions

View File

@@ -29,8 +29,6 @@ public:
private:
TargetState* target_state;
D2DOverlayWindow *winkey_popup;
HWND desktop, shell;
HWND active_window;
bool _enabled = false;
void init_settings();