_screen_mode

A structure to contain values related to Screen display mode.

Synopsis:

typedef struct _screen_mode {
    _Uint32t width ;
    _Uint32t height ;
    _Uint32t refresh ;
    _Uint32t interlaced ;
    _Uint32t aspect_ratio [2];
    _Uint32t flags ;
    _Uint32t index ;
    _Uint32t reserved [6];
}screen_display_mode_t;

Data:

_Uint32t width
Width of display.
_Uint32t height
Height of display.
_Uint32t refresh
Refresh of display.
_Uint32t interlaced
Interlace mode of display.
_Uint32t aspect_ratio[2]
Aspect ratio of display.
_Uint32t flags
Mutext flags of display.
_Uint32t index
Index of display.
_Uint32t reserved[6]
Reserved bits.

Library:

libscreen