From 68a2b6a85f25dec3102d7cf9f6fbac0632ec6df7 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 28 Jun 2003 16:51:53 +0000 Subject: adjust the themes with buttons to match how they are read now --- themes/fieron2_data/close.xbm | 5 +++++ themes/fieron2_data/iconify.xbm | 5 +++++ themes/fieron2_data/max.xbm | 5 +++++ themes/fieron2_data/stick.xbm | 5 +++++ 4 files changed, 20 insertions(+) create mode 100644 themes/fieron2_data/close.xbm create mode 100644 themes/fieron2_data/iconify.xbm create mode 100644 themes/fieron2_data/max.xbm create mode 100644 themes/fieron2_data/stick.xbm (limited to 'themes/fieron2_data') diff --git a/themes/fieron2_data/close.xbm b/themes/fieron2_data/close.xbm new file mode 100644 index 00000000..aea54882 --- /dev/null +++ b/themes/fieron2_data/close.xbm @@ -0,0 +1,5 @@ +/* Created with The GIMP */ +#define close_width 8 +#define close_height 8 +static unsigned char close_bits[] = { + 0x00, 0xc3, 0x66, 0x3c, 0x3c, 0x66, 0xc3, 0x00 }; diff --git a/themes/fieron2_data/iconify.xbm b/themes/fieron2_data/iconify.xbm new file mode 100644 index 00000000..1cd40fcd --- /dev/null +++ b/themes/fieron2_data/iconify.xbm @@ -0,0 +1,5 @@ +/* Created with The GIMP */ +#define icon_width 8 +#define icon_height 8 +static unsigned char icon_bits[] = { + 0x00, 0x00, 0x42, 0x66, 0x3c, 0x18, 0x00, 0x00 }; diff --git a/themes/fieron2_data/max.xbm b/themes/fieron2_data/max.xbm new file mode 100644 index 00000000..2cd94e84 --- /dev/null +++ b/themes/fieron2_data/max.xbm @@ -0,0 +1,5 @@ +/* Created with The GIMP */ +#define max_width 8 +#define max_height 8 +static unsigned char max_bits[] = { + 0x00, 0x00, 0x18, 0x3c, 0x66, 0x42, 0x00, 0x00 }; diff --git a/themes/fieron2_data/stick.xbm b/themes/fieron2_data/stick.xbm new file mode 100644 index 00000000..4345dfab --- /dev/null +++ b/themes/fieron2_data/stick.xbm @@ -0,0 +1,5 @@ +/* Created with The GIMP */ +#define stick_width 8 +#define stick_height 8 +static unsigned char stick_bits[] = { + 0x00, 0x66, 0x66, 0x00, 0x00, 0x66, 0x66, 0x00 }; -- cgit v1.2.3