summaryrefslogtreecommitdiff
path: root/yapp/message_pump.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'yapp/message_pump.cpp')
-rw-r--r--yapp/message_pump.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/yapp/message_pump.cpp b/yapp/message_pump.cpp
index 3e0349d..b70fd6e 100644
--- a/yapp/message_pump.cpp
+++ b/yapp/message_pump.cpp
@@ -35,8 +35,8 @@ bool is_full_screen() {
if(!IsWindowVisible(hWnd) || IsIconic(hWnd) || GetDesktopWindow() == hWnd)
continue;
- //if (!(GetWindowLong(hWnd, GWL_EXSTYLE) & WS_EX_TOPMOST))
- //continue;
+ if (!(GetWindowLong(hWnd, GWL_EXSTYLE) & WS_EX_TOPMOST))
+ continue;
// not sure if this could be done more simply using 'IsZoomed'?
GetClientRect(hWnd, &ClientRect);