]> err.no Git - mapper/blob - src/ui-maemo.h
Fix building under maemo sdk
[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 #define HELP_ID_PREFIX "help_mapper_"
11 #define HELP_ID_INTRO HELP_ID_PREFIX"intro"
12 #define HELP_ID_GETSTARTED HELP_ID_PREFIX"getstarted"
13 #define HELP_ID_ABOUT HELP_ID_PREFIX"about"
14 #define HELP_ID_SETTINGS HELP_ID_PREFIX"settings"
15 #define HELP_ID_REPOMAN HELP_ID_PREFIX"repoman"
16 #define HELP_ID_MAPMAN HELP_ID_PREFIX"mapman"
17 #define HELP_ID_DOWNROUTE HELP_ID_PREFIX"downroute"
18 #define HELP_ID_POICAT HELP_ID_PREFIX"poicat"
19
20 #ifdef WITH_OSSO
21 #include <libosso.h>
22 /** The main OSSO context of the application. */
23 osso_context_t *_osso;
24 #endif
25
26 /** The main GtkWindow of the application. */
27 HildonProgram *_program;
28
29 #endif
30 #endif