]> err.no Git - mapper/blob - src/ui-maemo.h
Hopefully fix git fuckup.. ?
[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 #include <libosso.h>
9 #include <hildon-widgets/hildon-program.h>
10
11 /** The main GtkWindow of the application. */
12 HildonProgram *_program;
13
14 /** The main OSSO context of the application. */
15 osso_context_t *_osso;
16
17 #endif
18
19 #endif