]> err.no Git - mapper/commitdiff
Handle old and new maemo browser interfaces
authorKaj-Michael Lang <milang@onion.tal.org>
Wed, 7 Nov 2007 14:14:08 +0000 (16:14 +0200)
committerKaj-Michael Lang <milang@onion.tal.org>
Wed, 7 Nov 2007 14:14:08 +0000 (16:14 +0200)
src/poi-gui.c

index a1f04a3700b784c082e7ed18a9a62054b0b7703d..65ec0a5693f3075d1721137784abeb7722224b63 100644 (file)
 
 #ifdef WITH_OSSO
 #include <libosso.h>
+#ifdef WITH_HILDON_NEW
 #include <tablet-browser-interface.h>
+#else
+#include <osso-browser-interface.h>
+#endif
 #include "ui-maemo.h"
 #endif