mirror of
https://github.com/Ryujinx/SDL.git
synced 2025-01-10 22:45:32 +00:00
Fixed bug 2119 - compiler warnings (-pedantic) SDL_video.h:111:42
This commit is contained in:
parent
889b6bd794
commit
058aba086c
|
@ -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;
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue