navit  0.5.3-trunk
event_sdl.h File Reference
#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
 

Function Documentation

◆ event_sdl_register()

void event_sdl_register ( void  )

References event_sdl_new().

◆ event_sdl_watch_thread()

void event_sdl_watch_thread ( GPtrArray *  watch_list)

Variable Documentation

◆ idle_tasks

GPtrArray* idle_tasks = NULL
static

◆ quit_event_loop

int quit_event_loop = 0