Enable app icon and add pixmaps for background

This commit is contained in:
Markus Koller
2013-06-14 01:22:26 +02:00
parent b3fc82bf52
commit a9fbcc9a00
4 changed files with 94 additions and 1 deletions
+31
View File
@@ -0,0 +1,31 @@
/* XPM */
static char * menu_pressed_xpm[] = {
"16 25 3 1",
" c None",
". c #484848",
"+ c #2D2D2D",
"................",
"++++++++++++++++",
"++++++++++++++++",
"++++++++++++++++",
"++++++++++++++++",
"++++++++++++++++",
"++++++++++++++++",
"++++++++++++++++",
"++++++++++++++++",
"++++++++++++++++",
"++++++++++++++++",
"++++++++++++++++",
"++++++++++++++++",
"++++++++++++++++",
"++++++++++++++++",
"++++++++++++++++",
"++++++++++++++++",
"++++++++++++++++",
"++++++++++++++++",
"++++++++++++++++",
"++++++++++++++++",
"++++++++++++++++",
"++++++++++++++++",
"++++++++++++++++",
"++++++++++++++++"};