mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-11-30 14:10:39 +00:00
wikiheaders: Allow blank lines in post-typedef #define blocks.
Reference Issue #9557.
This commit is contained in:
@@ -131,6 +131,7 @@ typedef struct SDL_Window SDL_Window;
|
||||
* \sa SDL_GetWindowFlags
|
||||
*/
|
||||
typedef Uint32 SDL_WindowFlags;
|
||||
|
||||
#define SDL_WINDOW_FULLSCREEN 0x00000001U /**< window is in fullscreen mode */
|
||||
#define SDL_WINDOW_OPENGL 0x00000002U /**< window usable with OpenGL context */
|
||||
#define SDL_WINDOW_OCCLUDED 0x00000004U /**< window is occluded */
|
||||
@@ -155,6 +156,7 @@ typedef Uint32 SDL_WindowFlags;
|
||||
#define SDL_WINDOW_TRANSPARENT 0x40000000U /**< window with transparent buffer */
|
||||
#define SDL_WINDOW_NOT_FOCUSABLE 0x80000000U /**< window should not be focusable */
|
||||
|
||||
|
||||
/**
|
||||
* Used to indicate that you don't care what the window position is.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user