diff options
Diffstat (limited to 'themes/Syscrash/openbox-3')
| -rw-r--r-- | themes/Syscrash/openbox-3/bullet.xbm | 4 | ||||
| -rw-r--r-- | themes/Syscrash/openbox-3/close.xbm | 4 | ||||
| -rw-r--r-- | themes/Syscrash/openbox-3/close_disabled.xbm | 4 | ||||
| -rw-r--r-- | themes/Syscrash/openbox-3/desk.xbm | 4 | ||||
| -rw-r--r-- | themes/Syscrash/openbox-3/desk_toggled.xbm | 4 | ||||
| -rw-r--r-- | themes/Syscrash/openbox-3/iconify.xbm | 4 | ||||
| -rw-r--r-- | themes/Syscrash/openbox-3/max_pressed.xbm | 6 | ||||
| -rw-r--r-- | themes/Syscrash/openbox-3/shade.xbm | 4 |
8 files changed, 3 insertions, 31 deletions
diff --git a/themes/Syscrash/openbox-3/bullet.xbm b/themes/Syscrash/openbox-3/bullet.xbm deleted file mode 100644 index 88481ec8..00000000 --- a/themes/Syscrash/openbox-3/bullet.xbm +++ /dev/null @@ -1,4 +0,0 @@ -#define bullet_width 4 -#define bullet_height 7 -static unsigned char bullet_bits[] = { - 0x01, 0x03, 0x07, 0x0f, 0x07, 0x03, 0x01 }; diff --git a/themes/Syscrash/openbox-3/close.xbm b/themes/Syscrash/openbox-3/close.xbm deleted file mode 100644 index 4a88cff6..00000000 --- a/themes/Syscrash/openbox-3/close.xbm +++ /dev/null @@ -1,4 +0,0 @@ -#define close_width 6 -#define close_height 6 -static unsigned char close_bits[] = { - 0x33, 0x3f, 0x1e, 0x1e, 0x3f, 0x33 }; diff --git a/themes/Syscrash/openbox-3/close_disabled.xbm b/themes/Syscrash/openbox-3/close_disabled.xbm deleted file mode 100644 index 082582b9..00000000 --- a/themes/Syscrash/openbox-3/close_disabled.xbm +++ /dev/null @@ -1,4 +0,0 @@ -#define close_width 5 -#define close_height 5 -static unsigned char close_bits[] = { - 0x1b, 0x1f, 0x0e, 0x1f, 0x1b }; diff --git a/themes/Syscrash/openbox-3/desk.xbm b/themes/Syscrash/openbox-3/desk.xbm deleted file mode 100644 index 3e327e36..00000000 --- a/themes/Syscrash/openbox-3/desk.xbm +++ /dev/null @@ -1,4 +0,0 @@ -#define desk_width 6 -#define desk_height 6 -static unsigned char desk_bits[] = { - 0x33, 0x33, 0x00, 0x00, 0x33, 0x33 }; diff --git a/themes/Syscrash/openbox-3/desk_toggled.xbm b/themes/Syscrash/openbox-3/desk_toggled.xbm deleted file mode 100644 index d7e045ee..00000000 --- a/themes/Syscrash/openbox-3/desk_toggled.xbm +++ /dev/null @@ -1,4 +0,0 @@ -#define desk_toggle_width 6 -#define desk_toggle_height 6 -static unsigned char desk_toggle_bits[] = { - 0x00, 0x1e, 0x1a, 0x16, 0x1e, 0x00 }; diff --git a/themes/Syscrash/openbox-3/iconify.xbm b/themes/Syscrash/openbox-3/iconify.xbm deleted file mode 100644 index 23048669..00000000 --- a/themes/Syscrash/openbox-3/iconify.xbm +++ /dev/null @@ -1,4 +0,0 @@ -#define iconify_width 6 -#define iconify_height 6 -static unsigned char iconify_bits[] = { - 0x00, 0x00, 0x00, 0x00, 0x3f, 0x3f }; diff --git a/themes/Syscrash/openbox-3/max_pressed.xbm b/themes/Syscrash/openbox-3/max_pressed.xbm index dd8e57e3..6d030af4 100644 --- a/themes/Syscrash/openbox-3/max_pressed.xbm +++ b/themes/Syscrash/openbox-3/max_pressed.xbm @@ -1,4 +1,4 @@ -#define max_width 5 -#define max_height 5 +#define max_width 6 +#define max_height 6 static unsigned char max_bits[] = { - 0x1f, 0x1f, 0x11, 0x11, 0x1f }; + 0x3f, 0x3f, 0x21, 0x21, 0x21, 0x3f }; diff --git a/themes/Syscrash/openbox-3/shade.xbm b/themes/Syscrash/openbox-3/shade.xbm deleted file mode 100644 index 7d65a3c0..00000000 --- a/themes/Syscrash/openbox-3/shade.xbm +++ /dev/null @@ -1,4 +0,0 @@ -#define shade_width 7 -#define shade_height 7 -static unsigned char shade_bits[] = { - 0x7f, 0x7f, 0x00, 0x00, 0x00, 0x00, 0x00 }; |
