]> err.no Git - mapper/blob - src/ui-maemo.h
misc
[mapper] / src / ui-maemo.h
1 #ifndef _MAPPER_UI_MAEMO_H
2 #define _MAPPER_UI_MAEMO_H
3
4 #include <config.h>
5
6 #ifdef WITH_HILDON
7
8 /** The main GtkWindow of the application. */
9 HildonProgram *_program;
10
11 /** The main OSSO context of the application. */
12 osso_context_t *_osso;
13
14 #endif
15
16 #endif