Skip to content

Commit

Permalink
Fixed bug 2119 - compiler warnings (-pedantic) SDL_video.h:111:42
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Oct 1, 2013
1 parent 889b6bd commit 058aba0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/SDL_video.h
Expand Up @@ -108,7 +108,7 @@ typedef enum
SDL_WINDOW_MOUSE_FOCUS = 0x00000400, /**< window has mouse focus */
SDL_WINDOW_FULLSCREEN_DESKTOP = ( SDL_WINDOW_FULLSCREEN | 0x00001000 ),
SDL_WINDOW_FOREIGN = 0x00000800, /**< window not created by SDL */
SDL_WINDOW_ALLOW_HIGHDPI = 0x00002000, /**< window should be created in high-DPI mode if supported */
SDL_WINDOW_ALLOW_HIGHDPI = 0x00002000 /**< window should be created in high-DPI mode if supported */
} SDL_WindowFlags;

/**
Expand Down

0 comments on commit 058aba0

Please sign in to comment.