|
FreeBASIC
0.91.0
|
#include "../fb_gfx.h"#include "fb_gfx_dos.h"#include <pc.h>#include <go32.h>#include <sys/nearptr.h>
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_exit (void) |
| static void | driver_update (void) |
| static void | end_of_driver_update (void) |
Variables | |
| GFXDRIVER | fb_gfxDriverVESAlinear |
| static __dpmi_meminfo | mapping = {0} |
| static unsigned char * | video |
| static BLITTER * | blitter |
| static int | nearptr_enabled = FALSE |
| static int | data_locked = FALSE |
|
static |
|
static |
|
static |
|
static |
|
static |
Definition at line 34 of file gfx_driver_vesa_lin.c.
|
static |
Definition at line 36 of file gfx_driver_vesa_lin.c.
| GFXDRIVER fb_gfxDriverVESAlinear |
Definition at line 14 of file gfx_driver_vesa_lin.c.
|
static |
Definition at line 32 of file gfx_driver_vesa_lin.c.
|
static |
Definition at line 35 of file gfx_driver_vesa_lin.c.
|
static |
Definition at line 33 of file gfx_driver_vesa_lin.c.