FreeBASIC  0.91.0
gfx_screenlist.c File Reference
#include "fb_gfx.h"
Include dependency graph for gfx_screenlist.c:

Go to the source code of this file.

Functions

static void add_mode (int mode)
 
static int mode_sorter (const void *e1, const void *e2)
 
FBCALL int fb_GfxScreenList (int depth)
 

Variables

static int * list = NULL
 
static int list_size
 
static int current
 

Function Documentation

static void add_mode ( int  mode)
static

Definition at line 10 of file gfx_screenlist.c.

Here is the caller graph for this function:

FBCALL int fb_GfxScreenList ( int  depth)

Definition at line 49 of file gfx_screenlist.c.

Here is the call graph for this function:

static int mode_sorter ( const void *  e1,
const void *  e2 
)
static

Definition at line 33 of file gfx_screenlist.c.

Here is the caller graph for this function:

Variable Documentation

int current
static

Definition at line 6 of file gfx_screenlist.c.

int* list = NULL
static

Definition at line 6 of file gfx_screenlist.c.

int list_size
static

Definition at line 6 of file gfx_screenlist.c.