Modifications to the pull request

This commit is contained in:
Satyajit Sahoo
2013-06-15 06:46:34 +05:30
parent feb70537ef
commit 17b1bf541d
4 changed files with 72 additions and 81 deletions
+17 -27
View File
@@ -1,31 +1,21 @@
/* XPM */ /* XPM */
static char * menu_active_xpm[] = { static char * menu_active_xpm[] = {
"16 25 3 1", "16 16 2 1",
" c None", " c None",
". c #484848", ". c #2D2D2D",
"+ c #2D2D2D",
"................", "................",
"++++++++++++++++", "................",
"++++++++++++++++", "................",
"++++++++++++++++", "................",
"++++++++++++++++", "................",
"++++++++++++++++", "................",
"++++++++++++++++", "................",
"++++++++++++++++", "................",
"++++++++++++++++", "................",
"++++++++++++++++", "................",
"++++++++++++++++", "................",
"++++++++++++++++", "................",
"++++++++++++++++", "................",
"++++++++++++++++", "................",
"++++++++++++++++", "................",
"++++++++++++++++", "................"};
"++++++++++++++++",
"++++++++++++++++",
"++++++++++++++++",
"++++++++++++++++",
"++++++++++++++++",
"++++++++++++++++",
"++++++++++++++++",
"++++++++++++++++",
"++++++++++++++++"};
+17 -27
View File
@@ -1,31 +1,21 @@
/* XPM */ /* XPM */
static char * menu_inactive_xpm[] = { static char * menu_inactive_xpm[] = {
"16 25 3 1", "16 16 2 1",
" c None", " c None",
". c #393939", ". c #2D2D2D",
"+ c #2D2D2D",
"................", "................",
"++++++++++++++++", "................",
"++++++++++++++++", "................",
"++++++++++++++++", "................",
"++++++++++++++++", "................",
"++++++++++++++++", "................",
"++++++++++++++++", "................",
"++++++++++++++++", "................",
"++++++++++++++++", "................",
"++++++++++++++++", "................",
"++++++++++++++++", "................",
"++++++++++++++++", "................",
"++++++++++++++++", "................",
"++++++++++++++++", "................",
"++++++++++++++++", "................",
"++++++++++++++++", "................"};
"++++++++++++++++",
"++++++++++++++++",
"++++++++++++++++",
"++++++++++++++++",
"++++++++++++++++",
"++++++++++++++++",
"++++++++++++++++",
"++++++++++++++++",
"++++++++++++++++"};
+21
View File
@@ -0,0 +1,21 @@
/* XPM */
static char * menu_prelight_xpm[] = {
"16 16 2 1",
" c None",
". c #2D2D2D",
"................",
"................",
"................",
"................",
"................",
"................",
"................",
"................",
"................",
"................",
"................",
"................",
"................",
"................",
"................",
"................"};
+17 -27
View File
@@ -1,31 +1,21 @@
/* XPM */ /* XPM */
static char * menu_pressed_xpm[] = { static char * menu_pressed_xpm[] = {
"16 25 3 1", "16 16 2 1",
" c None", " c None",
". c #484848", ". c #2D2D2D",
"+ c #2D2D2D",
"................", "................",
"++++++++++++++++", "................",
"++++++++++++++++", "................",
"++++++++++++++++", "................",
"++++++++++++++++", "................",
"++++++++++++++++", "................",
"++++++++++++++++", "................",
"++++++++++++++++", "................",
"++++++++++++++++", "................",
"++++++++++++++++", "................",
"++++++++++++++++", "................",
"++++++++++++++++", "................",
"++++++++++++++++", "................",
"++++++++++++++++", "................",
"++++++++++++++++", "................",
"++++++++++++++++", "................"};
"++++++++++++++++",
"++++++++++++++++",
"++++++++++++++++",
"++++++++++++++++",
"++++++++++++++++",
"++++++++++++++++",
"++++++++++++++++",
"++++++++++++++++",
"++++++++++++++++"};