We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6787912 commit abf8ea2Copy full SHA for abf8ea2
RGFW.h
@@ -6044,9 +6044,9 @@ void RGFW_XHandleEvent(void) {
6044
break;
6045
}
6046
case FocusIn:
6047
- if ((win->internal.flags & RGFW_windowFullscreen)) {
+ if ((win->internal.flags & RGFW_windowFullscreen))
6048
RGFW_window_raise(win);
6049
- }
+
6050
if ((win->internal.holdMouse)) RGFW_window_holdMouse(win);
6051
6052
if (!(win->internal.enabledEvents & RGFW_focusInFlag)) return;
0 commit comments