Fixed style

This commit is contained in:
Sam Lantinga 2015-07-03 09:18:14 -07:00
parent 35c4468f9d
commit b5c43a88b4
1 changed files with 1 additions and 1 deletions

View File

@ -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);