diff options
Diffstat (limited to 'themes/ebox_data')
| -rw-r--r-- | themes/ebox_data/close.xbm | 5 | ||||
| -rw-r--r-- | themes/ebox_data/iconify.xbm | 5 | ||||
| -rw-r--r-- | themes/ebox_data/max.xbm | 5 |
3 files changed, 15 insertions, 0 deletions
diff --git a/themes/ebox_data/close.xbm b/themes/ebox_data/close.xbm new file mode 100644 index 00000000..a97c5334 --- /dev/null +++ b/themes/ebox_data/close.xbm @@ -0,0 +1,5 @@ +/* Created with The GIMP */ +#define close_width 8 +#define close_height 8 +static unsigned char close_bits[] = { + 0x42, 0xe7, 0x7e, 0x3c, 0x3c, 0x7e, 0xe7, 0x42 }; diff --git a/themes/ebox_data/iconify.xbm b/themes/ebox_data/iconify.xbm new file mode 100644 index 00000000..38d8f73a --- /dev/null +++ b/themes/ebox_data/iconify.xbm @@ -0,0 +1,5 @@ +/* Created with The GIMP */ +#define icon_width 7 +#define icon_height 7 +static unsigned char icon_bits[] = { + 0x0c, 0x0c, 0x0c, 0x7c, 0x7c, 0x03, 0x03 }; diff --git a/themes/ebox_data/max.xbm b/themes/ebox_data/max.xbm new file mode 100644 index 00000000..f143a223 --- /dev/null +++ b/themes/ebox_data/max.xbm @@ -0,0 +1,5 @@ +/* Created with The GIMP */ +#define max_width 7 +#define max_height 7 +static unsigned char max_bits[] = { + 0x7f, 0x7f, 0x60, 0x60, 0x60, 0x63, 0x63 }; |
