]> err.no Git - mapper/blobdiff - src/ui-maemo.h
Fixes to gstreamer element and caps handlings.
[mapper] / src / ui-maemo.h
index fd807e1e8f8e130f431415fa705e66a3920404ae..32432f4e10105a277e7ee429ca7a34983e7a3768 100644 (file)
@@ -1,16 +1,20 @@
 #ifndef _MAPPER_UI_MAEMO_H
 #define _MAPPER_UI_MAEMO_H
 
-#include <config.h>
+#include "config.h"
 
-#ifdef WITH_HILDON
+#include "hildon-mapper.h"
 
-/** The main GtkWindow of the application. */
-HildonProgram *_program;
+#ifdef WITH_HILDON
 
+#ifdef WITH_OSSO
+#include <libosso.h>
 /** The main OSSO context of the application. */
 osso_context_t *_osso;
-
 #endif
 
+/** The main GtkWindow of the application. */
+HildonProgram *_program;
+
+#endif
 #endif