Data Structures | |
struct | color |
struct | VideoMode |
Macros | |
#define | FALSE (0) |
#define | FBSET_VERSION |
#define | HIGH (1) |
#define | LOW (0) |
#define | TRUE (1) |
Functions | |
void | AddVideoMode (const struct VideoMode *vmode) |
void | ConvertFromVideoMode (const struct VideoMode *vmode, struct fb_var_screeninfo *var) |
void | ConvertToVideoMode (const struct fb_var_screeninfo *var, struct VideoMode *vmode) |
void | Die (const char *fmt,...) |
int | fbset_main (int argc, const char *argv[]) |
struct VideoMode * | FindVideoMode (const char *name) |
void | makeRGBA (struct VideoMode *vmode, const char *opt) |
void | ReadModeDB (void) |
int | yyparse (void) |
Variables | |
int | line |
const char * | Opt_modedb |
struct VideoMode * | VideoModes |
FILE * | yyin |
#define FALSE (0) |
#define FBSET_VERSION |
#define HIGH (1) |
#define LOW (0) |
#define TRUE (1) |
void Die | ( | const char * | fmt, |
... | |||
) |
void ReadModeDB | ( | void | ) |
int yyparse | ( | void | ) |
int line |
const char* Opt_modedb |
struct VideoMode* VideoModes |
FILE* yyin |