Skip to content

Commit

Permalink
Updated comment: this is the correct way to do fullscreen on X11 now.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Apr 21, 2015
1 parent e0e0454 commit 0c0ce20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/video/x11/SDL_x11window.c
Expand Up @@ -1042,7 +1042,7 @@ X11_RestoreWindow(_THIS, SDL_Window * window)
SetWindowActive(_this, window);
}

/* This asks the Window Manager to handle fullscreen for us. Most don't do it right, though. */
/* This asks the Window Manager to handle fullscreen for us. This is the modern way. */
static void
X11_SetWindowFullscreenViaWM(_THIS, SDL_Window * window, SDL_VideoDisplay * _display, SDL_bool fullscreen)
{
Expand Down

0 comments on commit 0c0ce20

Please sign in to comment.