On multi-display systems it's perfectly reasonable to have focus on a window on another monitor while the application is fullscreen.
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%404252
This commit is contained in:
parent
615000a3bd
commit
e4f2557276
2 changed files with 0 additions and 3 deletions
|
@ -147,7 +147,6 @@ struct SDL_Window
|
|||
#define FULLSCREEN_VISIBLE(W) \
|
||||
(((W)->flags & SDL_WINDOW_FULLSCREEN) && \
|
||||
((W)->flags & SDL_WINDOW_SHOWN) && \
|
||||
((W)->flags & SDL_WINDOW_INPUT_FOCUS) && \
|
||||
!((W)->flags & SDL_WINDOW_MINIMIZED))
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue