Permalink
Please sign in to comment.
Showing
with
19 additions
and 32 deletions.
- +4 −7 xfwm4/bottom-active.xpm
- +4 −7 xfwm4/bottom-left-active.xpm
- +4 −7 xfwm4/bottom-right-active.xpm
- +3 −5 xfwm4/left-active.xpm
- +4 −6 xfwm4/right-active.xpm
| @@ -1,8 +1,5 @@ | ||
| /* XPM */ | ||
| -static char * bottom_active_xpm[] = { | ||
| -"2 2 3 1", | ||
| -" c None", | ||
| -". c #DEDEDE s active_color_2", | ||
| -"+ c #939393", | ||
| -"..", | ||
| -"++"}; | ||
| +static char * left_active_xpm[] = { | ||
| +"1 1 1 1", | ||
| +" c #939393", | ||
| +" "}; |
| @@ -1,8 +1,5 @@ | ||
| /* XPM */ | ||
| -static char * bottom_left_active_xpm[] = { | ||
| -"2 2 3 1", | ||
| -" c None", | ||
| -". c #939393", | ||
| -"+ c #DEDEDE s active_color_2", | ||
| -".+", | ||
| -".."}; | ||
| +static char * left_active_xpm[] = { | ||
| +"1 1 1 1", | ||
| +" c #939393", | ||
| +" "}; |
| @@ -1,8 +1,5 @@ | ||
| /* XPM */ | ||
| -static char * bottom_right_active_xpm[] = { | ||
| -"2 2 3 1", | ||
| -" c None", | ||
| -". c #DEDEDE s active_color_2", | ||
| -"+ c #939393", | ||
| -".+", | ||
| -"++"}; | ||
| +static char * left_active_xpm[] = { | ||
| +"1 1 1 1", | ||
| +" c #939393", | ||
| +" "}; |
| @@ -1,7 +1,5 @@ | ||
| /* XPM */ | ||
| static char * left_active_xpm[] = { | ||
| -"2 1 3 1", | ||
| -" c None", | ||
| -". c #939393", | ||
| -"+ c #DEDEDE s active_color_2", | ||
| -".+"}; | ||
| +"1 1 1 1", | ||
| +" c #939393", | ||
| +" "}; |
| @@ -1,7 +1,5 @@ | ||
| /* XPM */ | ||
| -static char * right_active_xpm[] = { | ||
| -"2 1 3 1", | ||
| -" c None", | ||
| -". c #DEDEDE s active_color_2", | ||
| -"+ c #939393", | ||
| -".+"}; | ||
| +static char * left_active_xpm[] = { | ||
| +"1 1 1 1", | ||
| +" c #939393", | ||
| +" "}; |
0 comments on commit
8499276