SDL_WM_!IconifyWindow?
NAME SYNOPSIS DESCRIPTION RETURN VALUE
SDL_WM_!IconifyWindow?- Iconify/Minimise the window
#include
int SDL_WM_!IconifyWindow?(void);
If the application is running in a window managed environment SDL attempts to iconify/minimise it. If SDL_WM_!IconifyWindow? is successful, the application will receive a SDL_APPACTIVE loss event.
Returns non-zero on success or 0 if iconification is not support or was refused by the window manager.
One page links to SDL_WM_IconifyWindow(3):