FreeBASIC
0.91.0
|
Go to the source code of this file.
Macros | |
#define | SCREENLIST(w, h) ((h) | (w) << 16) |
#define | LWA_COLORKEY 0x00000001 |
Functions | |
static int | driver_init (char *title, int w, int h, int depth, int refresh_rate, int flags) |
static int * | driver_fetch_modes (int depth, int *size) |
static void | alpha_remover_blitter (unsigned char *dest, int pitch) |
static void | gdi_paint (void) |
static int | gdi_init (void) |
static void | gdi_exit (void) |
static DWORD WINAPI | gdi_thread (LPVOID param) |
Variables | |
GFXDRIVER | fb_gfxDriverGDI |
static BITMAPINFO * | bitmap_info |
static HPALETTE | palette |
static unsigned char * | buffer |
#define LWA_COLORKEY 0x00000001 |
Definition at line 8 of file gfx_driver_gdi.c.
#define SCREENLIST | ( | w, | |
h | |||
) | ((h) | (w) << 16) |
Definition at line 6 of file gfx_driver_gdi.c.
|
static |
|
static |
Definition at line 322 of file gfx_driver_gdi.c.
|
static |
|
static |
|
static |
Definition at line 76 of file gfx_driver_gdi.c.
|
static |
|
static |
Definition at line 222 of file gfx_driver_gdi.c.
|
static |
Definition at line 32 of file gfx_driver_gdi.c.
|
static |
Definition at line 34 of file gfx_driver_gdi.c.
GFXDRIVER fb_gfxDriverGDI |
Definition at line 14 of file gfx_driver_gdi.c.
|
static |
Definition at line 33 of file gfx_driver_gdi.c.