branch | SDL-1.2 |
changeset 6395 | c24bdfd6c595 |
parent 6137 | 4720145f848b |
--- a/src/video/x11/SDL_x11modes.c Wed Jul 18 14:14:55 2012 -0700 +++ b/src/video/x11/SDL_x11modes.c Mon Aug 13 19:36:36 2012 -0400 @@ -972,15 +972,6 @@ return(1); } -void X11_QueueEnterFullScreen(_THIS) -{ - switch_waiting = 0x01 | SDL_FULLSCREEN; - switch_time = SDL_GetTicks() + 1500; -#if 0 /* This causes a BadMatch error if the window is iconified (not needed) */ - XSetInputFocus(SDL_Display, WMwindow, RevertToNone, CurrentTime); -#endif -} - int X11_EnterFullScreen(_THIS) { int okay;