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