The screen mode types.
Synopsis:
#include <screen/screen.h>
enumĀ {
SCREEN_MODE_PREFERRED = 0x1
};
Data:
- SCREEN_MODE_PREFERRED
- Used in the flags of the type screen_display_mode_t to indicate that this mode is the preferred mode.
Library:
libscreen (For the qcc command, use the -l screen option to link against this library)