VLC 4.0.0-dev
|
Window (desired) configuration. More...
#include <vlc_window.h>
Data Fields | |
bool | is_fullscreen |
Whether the window should be in full screen mode or not. More... | |
bool | is_decorated |
Whether the window should have decorations or not. More... | |
unsigned | width |
Intended pixel width of the window. More... | |
unsigned | height |
Intended pixel height of the window. More... | |
Window (desired) configuration.
This structure describes the intended initial configuration of a vlc_window_t.
unsigned vlc_window_cfg::height |
Intended pixel height of the window.
Referenced by vlc_gl_surface_Create(), vlc_window_New(), and vlc_window_SetSize().
bool vlc_window_cfg::is_decorated |
Whether the window should have decorations or not.
Referenced by vlc_window_New().
bool vlc_window_cfg::is_fullscreen |
Whether the window should be in full screen mode or not.
Referenced by vlc_window_New(), vlc_window_SetFullScreen(), vlc_window_UnsetFullScreen(), and vout_display_window_New().
unsigned vlc_window_cfg::width |
Intended pixel width of the window.
Referenced by vlc_gl_surface_Create(), vlc_window_New(), and vlc_window_SetSize().