Screen mode types

The screen mode types

Synopsis:

#include <screen/screen.h>
enum {
    SCREEN_MODE_PREFERRED = 0x1
};

Data:

SCREEN_MODE_PREFERRED
The indicator that specifies the display mode is the preferred mode.

Used in the flags of the type screen_display_mode_t.

Library:

libscreen