Fix:core:Missing file
authormartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>
Mon, 16 Jun 2008 19:15:23 +0000 (19:15 +0000)
committermartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>
Mon, 16 Jun 2008 19:15:23 +0000 (19:15 +0000)
git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@1130 ffa7fe5e-494d-0410-b361-a75ebd5db220

navit/navit/Makefile.am
navit/navit/window.h [new file with mode: 0644]

index 19e0859..5072215 100644 (file)
@@ -22,7 +22,7 @@ navit_SOURCES = attr.c callback.c compass.c coord.c country.c cursor.c data_wind
        file.h graphics.h gtkext.h gui.h item.h item_def.h log.h layer.h layout.h main.h map-share.h map.h\
        map_data.h mapset.h maptype.h menu.h navigation.h navit.h osd.h \
        param.h phrase.h plugin.h point.h plugin_def.h projection.h popup.h route.h profile.h search.h speech.h \
-       transform.h track.h util.h vehicle.h xmlconfig.h
+       transform.h track.h util.h vehicle.h window.h xmlconfig.h
 
 osm2navit_SOURCES = osm2navit.c item.c debug.c zipfile.h
 
diff --git a/navit/navit/window.h b/navit/navit/window.h
new file mode 100644 (file)
index 0000000..398caf4
--- /dev/null
@@ -0,0 +1,4 @@
+struct window {
+       void *priv;
+       int (*fullscreen)(struct window *win, int on);
+};