Skip to content

Commit

Permalink
Testing fullscreen window in the accelerometer test.
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Oct 23, 2013
1 parent 09b3b7e commit fa73a3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Xcode-iOS/Demos/src/accelerometer.c
Expand Up @@ -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);
Expand Down

0 comments on commit fa73a3c

Please sign in to comment.