From 17b1bf541d0c81952c452d13df61125660a40111 Mon Sep 17 00:00:00 2001 From: Satyajit Sahoo Date: Sat, 15 Jun 2013 06:46:34 +0530 Subject: [PATCH] Modifications to the pull request --- xfwm4/menu-active.xpm | 44 ++++++++++++++++------------------------- xfwm4/menu-inactive.xpm | 44 ++++++++++++++++------------------------- xfwm4/menu-prelight.xpm | 21 ++++++++++++++++++++ xfwm4/menu-pressed.xpm | 44 ++++++++++++++++------------------------- 4 files changed, 72 insertions(+), 81 deletions(-) create mode 100644 xfwm4/menu-prelight.xpm diff --git a/xfwm4/menu-active.xpm b/xfwm4/menu-active.xpm index 6010f6c..093c993 100644 --- a/xfwm4/menu-active.xpm +++ b/xfwm4/menu-active.xpm @@ -1,31 +1,21 @@ /* XPM */ static char * menu_active_xpm[] = { -"16 25 3 1", +"16 16 2 1", " c None", -". c #484848", -"+ c #2D2D2D", +". c #2D2D2D", "................", -"++++++++++++++++", -"++++++++++++++++", -"++++++++++++++++", -"++++++++++++++++", -"++++++++++++++++", -"++++++++++++++++", -"++++++++++++++++", -"++++++++++++++++", -"++++++++++++++++", -"++++++++++++++++", -"++++++++++++++++", -"++++++++++++++++", -"++++++++++++++++", -"++++++++++++++++", -"++++++++++++++++", -"++++++++++++++++", -"++++++++++++++++", -"++++++++++++++++", -"++++++++++++++++", -"++++++++++++++++", -"++++++++++++++++", -"++++++++++++++++", -"++++++++++++++++", -"++++++++++++++++"}; +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................"}; diff --git a/xfwm4/menu-inactive.xpm b/xfwm4/menu-inactive.xpm index fce8100..21812b4 100644 --- a/xfwm4/menu-inactive.xpm +++ b/xfwm4/menu-inactive.xpm @@ -1,31 +1,21 @@ /* XPM */ static char * menu_inactive_xpm[] = { -"16 25 3 1", +"16 16 2 1", " c None", -". c #393939", -"+ c #2D2D2D", +". c #2D2D2D", "................", -"++++++++++++++++", -"++++++++++++++++", -"++++++++++++++++", -"++++++++++++++++", -"++++++++++++++++", -"++++++++++++++++", -"++++++++++++++++", -"++++++++++++++++", -"++++++++++++++++", -"++++++++++++++++", -"++++++++++++++++", -"++++++++++++++++", -"++++++++++++++++", -"++++++++++++++++", -"++++++++++++++++", -"++++++++++++++++", -"++++++++++++++++", -"++++++++++++++++", -"++++++++++++++++", -"++++++++++++++++", -"++++++++++++++++", -"++++++++++++++++", -"++++++++++++++++", -"++++++++++++++++"}; +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................"}; diff --git a/xfwm4/menu-prelight.xpm b/xfwm4/menu-prelight.xpm new file mode 100644 index 0000000..576b305 --- /dev/null +++ b/xfwm4/menu-prelight.xpm @@ -0,0 +1,21 @@ +/* XPM */ +static char * menu_prelight_xpm[] = { +"16 16 2 1", +" c None", +". c #2D2D2D", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................"}; diff --git a/xfwm4/menu-pressed.xpm b/xfwm4/menu-pressed.xpm index 98081ed..b13fc79 100644 --- a/xfwm4/menu-pressed.xpm +++ b/xfwm4/menu-pressed.xpm @@ -1,31 +1,21 @@ /* XPM */ static char * menu_pressed_xpm[] = { -"16 25 3 1", +"16 16 2 1", " c None", -". c #484848", -"+ c #2D2D2D", +". c #2D2D2D", "................", -"++++++++++++++++", -"++++++++++++++++", -"++++++++++++++++", -"++++++++++++++++", -"++++++++++++++++", -"++++++++++++++++", -"++++++++++++++++", -"++++++++++++++++", -"++++++++++++++++", -"++++++++++++++++", -"++++++++++++++++", -"++++++++++++++++", -"++++++++++++++++", -"++++++++++++++++", -"++++++++++++++++", -"++++++++++++++++", -"++++++++++++++++", -"++++++++++++++++", -"++++++++++++++++", -"++++++++++++++++", -"++++++++++++++++", -"++++++++++++++++", -"++++++++++++++++", -"++++++++++++++++"}; +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................", +"................"};