QuakeForge  0.7.2.210-815cf
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
fbset.h File Reference
This graph shows which files directly or indirectly include this file:

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 VideoModeFindVideoMode (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 VideoModeVideoModes
 
FILE * yyin
 

Macro Definition Documentation

#define FALSE   (0)
#define FBSET_VERSION
Value:
"Linux Frame Buffer Device Configuration " \
"Version 2.1 (23/06/1999)\n" \
"(C) Copyright 1995-1999 by Geert Uytterhoeven\n"
#define HIGH   (1)
#define LOW   (0)
#define TRUE   (1)

Function Documentation

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  )

Variable Documentation

int line
const char* Opt_modedb
struct VideoMode* VideoModes
FILE* yyin