navit
0.5.3-trunk
|
Data Fields | |
Display * | display |
int | screen |
Window | window |
Window | root_window |
XVisualInfo | visual |
Colormap | colormap |
struct callback * | cb |
struct event_watch * | watch |
void * | data |
void(* | resize )(void *data, int w, int h) |
void(* | button )(void *data, int button, int state, int x, int y) |
void(* | motion )(void *data, int x, int y) |
void * | keypress |
void(* graphics_opengl_window_system::button) (void *data, int button, int state, int x, int y) |
Referenced by graphics_opengl_set_callbacks(), and graphics_opengl_x11_watch().
struct callback* graphics_opengl_window_system::cb |
Referenced by graphics_opengl_x11_destroy(), and graphics_opengl_x11_new().
Colormap graphics_opengl_window_system::colormap |
Referenced by graphics_opengl_x11_destroy(), and graphics_opengl_x11_new().
void* graphics_opengl_window_system::data |
Referenced by graphics_opengl_set_callbacks(), and graphics_opengl_x11_watch().
Display* graphics_opengl_window_system::display |
void* graphics_opengl_window_system::keypress |
Referenced by graphics_opengl_set_callbacks().
void(* graphics_opengl_window_system::motion) (void *data, int x, int y) |
Referenced by graphics_opengl_set_callbacks(), and graphics_opengl_x11_watch().
void(* graphics_opengl_window_system::resize) (void *data, int w, int h) |
Referenced by graphics_opengl_set_callbacks().
Window graphics_opengl_window_system::root_window |
Referenced by graphics_opengl_x11_new().
int graphics_opengl_window_system::screen |
Referenced by graphics_opengl_x11_new().
XVisualInfo graphics_opengl_window_system::visual |
Referenced by graphics_opengl_x11_new().
struct event_watch* graphics_opengl_window_system::watch |
Referenced by graphics_opengl_x11_destroy(), and graphics_opengl_x11_new().
Window graphics_opengl_window_system::window |
Referenced by graphics_opengl_get_window(), graphics_opengl_x11_destroy(), and graphics_opengl_x11_new().