Screen mode types

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

Description: