Skip to content

Commit

Permalink
Fixed style
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Jul 3, 2015
1 parent 35c4468 commit b5c43a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/video/x11/SDL_x11window.c
Expand Up @@ -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);
Expand Down

0 comments on commit b5c43a8

Please sign in to comment.