mirror of https://github.com/encounter/SDL.git
Fixed style
This commit is contained in:
parent
35c4468f9d
commit
b5c43a88b4
|
@ -900,7 +900,7 @@ X11_ShowWindow(_THIS, SDL_Window * window)
|
||||||
X11_XFlush(display);
|
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. */
|
/* no WM means no FocusIn event, which confuses us. Force it. */
|
||||||
X11_XSetInputFocus(display, data->xwindow, RevertToNone, CurrentTime);
|
X11_XSetInputFocus(display, data->xwindow, RevertToNone, CurrentTime);
|
||||||
X11_XFlush(display);
|
X11_XFlush(display);
|
||||||
|
|
Loading…
Reference in New Issue