navit  0.5.3-trunk
graphics_sdl.h
Go to the documentation of this file.
1 
2 #ifndef __GRAPHICS_SDL_H
3 #define __GRAPHICS_SDL_H
4 
5 #include <glib.h>
6 
7 #ifdef USE_WEBOS
8 # define USE_WEBOS_ACCELEROMETER
9 #endif
10 
11 gboolean graphics_sdl_idle(void *);
12 
13 #endif
gboolean graphics_sdl_idle(void *)