Screen display mode flags

The screen display mode flags

Synopsis:

#include <screen/screen.h>
enum {
    SCREEN_DISPLAY_MODE_PREFERRED = 0x1,
    SCREEN_DISPLAY_MODE_FORMAT_VALID = 0x2,
    SCREEN_DISPLAY_MODE_REFRESH_VALID = 0x4
};

Data:

SCREEN_DISPLAY_MODE_PREFERRED
The indicator that specifies the display mode as the preferred mode.

Used in the flags of screen_display_mode_t.

SCREEN_DISPLAY_MODE_FORMAT_VALID
The indicator that specifies that the display mode format value is valid.

Used in the flags of screen_display_mode_t.

SCREEN_DISPLAY_MODE_REFRESH_VALID
The indicator that specifies that the display mode refresh value is valid.

Used in the flags of the type screen_display_mode_t.

Library:

libscreen
Page updated: