FreeBASIC  0.91.0
gfx_driver_vga.c File Reference
#include "../fb_gfx.h"
#include "fb_gfx_dos.h"
#include <pc.h>
#include <go32.h>
Include dependency graph for gfx_driver_vga.c:

Go to the source code of this file.

Functions

static int driver_init (char *title, int w, int h, int depth, int refresh_rate, int flags)
 
static void driver_update (void)
 
static void end_of_driver_update (void)
 
static int * driver_fetch_modes (int depth, int *size)
 

Variables

GFXDRIVER fb_gfxDriverVGA
 
static int modes []
 

Function Documentation

static int * driver_fetch_modes ( int  depth,
int *  size 
)
static

Definition at line 210 of file gfx_driver_vga.c.

static int driver_init ( char *  title,
int  w,
int  h,
int  depth,
int  refresh_rate,
int  flags 
)
static

Definition at line 39 of file gfx_driver_vga.c.

Here is the call graph for this function:

static void driver_update ( void  )
static

Definition at line 196 of file gfx_driver_vga.c.

Here is the caller graph for this function:

static void end_of_driver_update ( void  )
static

Definition at line 208 of file gfx_driver_vga.c.

Here is the caller graph for this function:

Variable Documentation

int modes[]
static
Initial value:
= {
SCREENLIST(320, 200),
SCREENLIST(320, 100),
SCREENLIST(256, 256),
SCREENLIST(160, 120),
}

Definition at line 31 of file gfx_driver_vga.c.