|
navit
0.5.3-trunk
|
#include "SDL.h"#include "config.h"#include "callback.h"#include "event.h"#include "graphics_sdl.h"Go to the source code of this file.
Data Structures | |
| struct | event_timeout |
| struct | idle_task |
| struct | event_watch |
Functions | |
| void | event_sdl_watch_thread (GPtrArray *) |
| void | event_sdl_register (void) |
Variables | |
| int | quit_event_loop = 0 |
| static GPtrArray * | idle_tasks = NULL |
| void event_sdl_register | ( | void | ) |
References event_sdl_new().
| void event_sdl_watch_thread | ( | GPtrArray * | watch_list | ) |
References event_watch::cb, dbg, lvl_debug, event_watch::pfd, and callback::type.
Referenced by event_sdl_watch_startthread().
|
static |
Referenced by event_sdl_add_idle(), event_sdl_new(), event_sdl_remove_idle(), graphics_sdl_idle(), and graphics_sdl_new().
| int quit_event_loop = 0 |
Referenced by event_sdl_main_loop_quit(), graphics_sdl_idle(), and graphics_sdl_new().