added two icons for the two new osd button commands
authorchristeck <christeck@ffa7fe5e-494d-0410-b361-a75ebd5db220>
Sat, 23 Aug 2008 00:15:05 +0000 (00:15 +0000)
committerchristeck <christeck@ffa7fe5e-494d-0410-b361-a75ebd5db220>
Sat, 23 Aug 2008 00:15:05 +0000 (00:15 +0000)
gui_internal_fullscreen and gui_internal_menu.

git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk@1309 ffa7fe5e-494d-0410-b361-a75ebd5db220

navit/navit/xpm/Makefile.am
navit/navit/xpm/menu.xpm [new file with mode: 0644]
navit/navit/xpm/toggle_fullscreen.xpm [new file with mode: 0644]

index f0f0b83..e8247dc 100644 (file)
@@ -77,6 +77,8 @@ xpm_DATA += viewpoint.xpm
 xpm_DATA += zoo.xpm
 xpm_DATA += zoom_in.xpm
 xpm_DATA += zoom_out.xpm
+xpm_DATA += toggle_fullscreen.xpm
+xpm_DATA += menu.xpm
 
 svgs  = gui_actions.svg
 svgs += gui_active.svg
diff --git a/navit/navit/xpm/menu.xpm b/navit/navit/xpm/menu.xpm
new file mode 100644 (file)
index 0000000..bf63f55
--- /dev/null
@@ -0,0 +1,53 @@
+/* XPM */
+static char *dummy[]={
+"48 48 2 1",
+". c None",
+"# c #808080",
+"................................................",
+"...................####.........................",
+"..................######........................",
+"..................######........................",
+"..................######........................",
+"..................######........................",
+"..................######........................",
+"..................######........................",
+"..................######........................",
+"..................######........................",
+"..................######........................",
+"..................######........................",
+"..................######........................",
+"..................######........................",
+"..................######........................",
+"..................######........................",
+"..................######........................",
+"..................######........................",
+"..######################........................",
+".#######################........................",
+".#######################........................",
+".#######################........................",
+".#######################........................",
+"..######################........................",
+"........................######################..",
+"........................#######################.",
+"........................#######################.",
+"........................#######################.",
+"........................#######################.",
+"........................######################..",
+"........................######..................",
+"........................######..................",
+"........................######..................",
+"........................######..................",
+"........................######..................",
+"........................######..................",
+"........................######..................",
+"........................######..................",
+"........................######..................",
+"........................######..................",
+"........................######..................",
+"........................######..................",
+"........................######..................",
+"........................######..................",
+"........................######..................",
+"........................######..................",
+".........................####...................",
+"................................................"};
diff --git a/navit/navit/xpm/toggle_fullscreen.xpm b/navit/navit/xpm/toggle_fullscreen.xpm
new file mode 100644 (file)
index 0000000..78e365e
--- /dev/null
@@ -0,0 +1,53 @@
+/* XPM */
+static char *dummy[]={
+"48 48 2 1",
+"# c None",
+". c #808080",
+"......................##########################",
+".......................#########################",
+".......................#########################",
+".......................#########################",
+".......................#########################",
+"......................##########################",
+"......##########################################",
+"......##########################################",
+"......##########################################",
+"......##########################################",
+"......##########################################",
+"......##########################################",
+"......##########################################",
+"......##########################################",
+"......##########################################",
+"......##########################################",
+"......##########################################",
+"......##########################################",
+"......##########################################",
+"......##########################################",
+"......##########################################",
+"......##########################################",
+"#....###########################################",
+"################################################",
+"################################################",
+"###########################################....#",
+"##########################################......",
+"##########################################......",
+"##########################################......",
+"##########################################......",
+"##########################################......",
+"##########################################......",
+"##########################################......",
+"##########################################......",
+"##########################################......",
+"##########################################......",
+"##########################################......",
+"##########################################......",
+"##########################################......",
+"##########################################......",
+"##########################################......",
+"##########################################......",
+"##########################......................",
+"#########################.......................",
+"#########################.......................",
+"#########################.......................",
+"#########################.......................",
+"##########################......................"};