Testing fullscreen window in the accelerometer test.

This commit is contained in:
Sam Lantinga 2013-10-22 21:53:42 -07:00
parent 09b3b7e78b
commit fa73a3c8f6
1 changed files with 1 additions and 1 deletions

View File

@ -174,7 +174,7 @@ main(int argc, char *argv[])
/* create main window and renderer */
window = SDL_CreateWindow(NULL, 0, 0, SCREEN_WIDTH, SCREEN_HEIGHT,
SDL_WINDOW_OPENGL |
SDL_WINDOW_BORDERLESS);
SDL_WINDOW_FULLSCREEN);
renderer = SDL_CreateRenderer(window, 0, 0);
SDL_GetWindowSize(window, &w, &h);