mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-31 08:57:40 +00:00
Added a window flash operation to be explicit about window flash behavior
This commit is contained in:
parent
b2c8d3e9e4
commit
f1633127d1
16 changed files with 79 additions and 32 deletions
|
@ -64,6 +64,7 @@ typedef struct
|
|||
const char *window_title;
|
||||
const char *window_icon;
|
||||
Uint32 window_flags;
|
||||
SDL_bool flash_on_focus_loss;
|
||||
int window_x;
|
||||
int window_y;
|
||||
int window_w;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue