aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/win.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/win.c b/src/win.c
index c98d51b..8c0e2ff 100644
--- a/src/win.c
+++ b/src/win.c
@@ -379,7 +379,7 @@ puglShow(PuglView* view, const PuglShowCommand command)
break;
case PUGL_SHOW_FORCE_RAISE:
ShowWindow(impl->hwnd, SW_SHOWNORMAL);
- st = puglWinStatus(!!SetForegroundWindow(impl->hwnd));
+ SetForegroundWindow(impl->hwnd);
break;
}