Gnash  0.8.11dev
Classes | Typedefs | Variables
gnash::renderer::x11 Namespace Reference

Classes

class  X11Device
 

Typedefs

typedef void(* init_func) ()
 
typedef void(* reshape_func) (int, int)
 
typedef void(* draw_func) ()
 
typedef int(* key_func) (unsigned key)
 

Variables

const char * FONT = "/usr/share/fonts/truetype/freefont/FreeSerif.ttf"
 

Typedef Documentation

§ draw_func

typedef void(* gnash::renderer::x11::draw_func) ()

§ init_func

typedef void(* gnash::renderer::x11::init_func) ()

§ key_func

typedef int(* gnash::renderer::x11::key_func) (unsigned key)

§ reshape_func

typedef void(* gnash::renderer::x11::reshape_func) (int, int)

Variable Documentation

§ FONT

const char* gnash::renderer::x11::FONT = "/usr/share/fonts/truetype/freefont/FreeSerif.ttf"