wikiheaders: Allow blank lines in post-typedef #define
blocks.
Reference Issue #9557.
This commit is contained in:
parent
ac5a61cd60
commit
d29b861a76
4 changed files with 28 additions and 7 deletions
|
@ -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.
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue