VLC 4.0.0-dev
Loading...
Searching...
No Matches
vlc_window_cfg Struct Reference

Window (desired) configuration. More...

#include <vlc_window.h>

Data Fields

bool is_fullscreen
 Whether the window should be in full screen mode or not.
 
bool is_decorated
 Whether the window should have decorations or not.
 
unsigned width
 Intended pixel width of the window.
 
unsigned height
 Intended pixel height of the window.
 

Detailed Description

Window (desired) configuration.

This structure describes the intended initial configuration of a vlc_window_t.

Field Documentation

◆ height

unsigned vlc_window_cfg::height

Intended pixel height of the window.

Referenced by vlc_gl_surface_Create(), vlc_window_New(), and vlc_window_SetSize().

◆ is_decorated

bool vlc_window_cfg::is_decorated

Whether the window should have decorations or not.

Referenced by vlc_window_New().

◆ is_fullscreen

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().

◆ width

unsigned vlc_window_cfg::width

Intended pixel width of the window.

Referenced by vlc_gl_surface_Create(), vlc_window_New(), and vlc_window_SetSize().


The documentation for this struct was generated from the following file: