Remove empty space from Xfwm theme

pull/20/merge
Satyajit Sahoo 2013-03-19 12:23:02 +05:30
parent 8e3b8757c8
commit dd394a938b
14 changed files with 192 additions and 306 deletions

View File

@ -1,26 +1,7 @@
/* XPM */
static char * bottom_active_xpm[] = {
"8 21 2 1",
"8 2 2 1",
" c None",
". c #2D2D2D",
"........",
"........",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" "};
"........"};

View File

@ -1,26 +1,7 @@
/* XPM */
static char * bottom_inactive_xpm[] = {
"8 21 2 1",
"8 2 2 1",
" c None",
". c #2D2D2D",
"........",
"........",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" "};
"........"};

View File

@ -1,26 +1,7 @@
/* XPM */
static char * bottom_left_active_xpm[] = {
"8 21 2 1",
"2 2 2 1",
" c None",
". c #2D2D2D",
"..",
" ..",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" "};
".."};

View File

@ -1,26 +1,7 @@
/* XPM */
static char * bottom_left_inactive_xpm[] = {
"8 21 2 1",
"2 2 2 1",
" c None",
". c #2D2D2D",
"..",
" ..",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" "};
".."};

View File

@ -1,26 +1,7 @@
/* XPM */
static char * bottom_right_active_xpm[] = {
"8 21 2 1",
"2 2 2 1",
" c None",
". c #2D2D2D",
"..",
".. ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" "};
".."};

View File

@ -1,26 +1,7 @@
/* XPM */
static char * bottom_right_inactive_xpm[] = {
"8 21 2 1",
"2 2 2 1",
" c None",
". c #2D2D2D",
"..",
".. ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" "};
".."};

View File

@ -1,6 +1,6 @@
/* XPM */
static char * left_active_xpm[] = {
"8 21 2 1",
"2 21 2 1",
" c None",
". c #2D2D2D",
"..",

View File

@ -1,6 +1,6 @@
/* XPM */
static char * left_inactive_xpm[] = {
"8 21 2 1",
"2 21 2 1",
" c None",
". c #2D2D2D",
"..",

View File

@ -1,6 +1,6 @@
/* XPM */
static char * right_active_xpm[] = {
"8 21 2 1",
"2 21 2 1",
" c None",
". c #2D2D2D",
"..",

View File

@ -1,6 +1,6 @@
/* XPM */
static char * right_inactive_xpm[] = {
"8 21 2 1",
"2 21 2 1",
" c None",
". c #2D2D2D",
"..",

View File

@ -1,6 +1,6 @@
/* XPM */
static char * top_left_active_xpm[] = {
"8 21 2 1",
"2 21 2 1",
" c None",
". c #2D2D2D",
" .",

View File

@ -1,6 +1,6 @@
/* XPM */
static char * top_left_inactive_xpm[] = {
"8 21 2 1",
"2 21 2 1",
" c None",
". c #2D2D2D",
" .",

View File

@ -1,6 +1,6 @@
/* XPM */
static char * top_right_active_xpm[] = {
"8 21 2 1",
"2 21 2 1",
" c None",
". c #2D2D2D",
". ",

View File

@ -1,6 +1,6 @@
/* XPM */
static char * top_right_inactive_xpm[] = {
"8 21 2 1",
"2 21 2 1",
" c None",
". c #2D2D2D",
". ",