mirror of
https://github.com/yawut/SDL.git
synced 2026-04-23 00:57:24 -05:00
Fixed style
This commit is contained in:
parent
67e6ece0d4
commit
c3eb820b20
|
|
@ -900,7 +900,7 @@ X11_ShowWindow(_THIS, SDL_Window * window)
|
|||
X11_XFlush(display);
|
||||
}
|
||||
|
||||
if (SDL_TRUE != data->videodata->net_wm) {
|
||||
if (!data->videodata->net_wm) {
|
||||
/* no WM means no FocusIn event, which confuses us. Force it. */
|
||||
X11_XSetInputFocus(display, data->xwindow, RevertToNone, CurrentTime);
|
||||
X11_XFlush(display);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user