From 97019b8b77f7e6450d87b057bcb6eae43e9f3e2b Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 4 Jan 2003 18:40:04 +0000 Subject: [PATCH] adding buttons for styles --- data/buttons/.cvsignore | 2 ++ data/buttons/Makefile.am | 12 ++++++++++++ data/buttons/close.xbm | 5 +++++ data/buttons/fieron-bullet.xbm | 5 +++++ data/buttons/fieron-bulletl.xbm | 5 +++++ data/buttons/fieron-close.xbm | 5 +++++ data/buttons/fieron-icon.xbm | 5 +++++ data/buttons/fieron-max.xbm | 5 +++++ data/buttons/fieron-stick.xbm | 5 +++++ data/buttons/icon.xbm | 5 +++++ data/buttons/max.xbm | 5 +++++ data/buttons/stick.xbm | 5 +++++ 12 files changed, 64 insertions(+) create mode 100644 data/buttons/.cvsignore create mode 100644 data/buttons/Makefile.am create mode 100644 data/buttons/close.xbm create mode 100644 data/buttons/fieron-bullet.xbm create mode 100644 data/buttons/fieron-bulletl.xbm create mode 100644 data/buttons/fieron-close.xbm create mode 100644 data/buttons/fieron-icon.xbm create mode 100644 data/buttons/fieron-max.xbm create mode 100644 data/buttons/fieron-stick.xbm create mode 100644 data/buttons/icon.xbm create mode 100644 data/buttons/max.xbm create mode 100644 data/buttons/stick.xbm diff --git a/data/buttons/.cvsignore b/data/buttons/.cvsignore new file mode 100644 index 00000000..282522db --- /dev/null +++ b/data/buttons/.cvsignore @@ -0,0 +1,2 @@ +Makefile +Makefile.in diff --git a/data/buttons/Makefile.am b/data/buttons/Makefile.am new file mode 100644 index 00000000..a1973a74 --- /dev/null +++ b/data/buttons/Makefile.am @@ -0,0 +1,12 @@ +buttonsdir = $(pkgdatadir)/buttons +MAINTAINERCLEANFILES = Makefile.in +buttons_DATA = fieron-bullet.xbm fieron-bulletl.xbm fieron-close.xbm \ + fieron-icon.xbm fieron-max.xbm fieron-stick.xbm \ + max.xbm stick.xbm icon.xbm close.xbm + +EXTRA_DIST = $(buttons_DATA) + +distclean-local: + rm -f *\~ .\#* +uninstall-am: + rmdir $(buttonsdir) diff --git a/data/buttons/close.xbm b/data/buttons/close.xbm new file mode 100644 index 00000000..d46ad94a --- /dev/null +++ b/data/buttons/close.xbm @@ -0,0 +1,5 @@ +/* Created with The GIMP */ +#define close_width 8 +#define close_height 8 +static unsigned char close_bits[] = { + 0xc3, 0xe7, 0x7e, 0x3c, 0x3c, 0x7e, 0xe7, 0xc3 }; diff --git a/data/buttons/fieron-bullet.xbm b/data/buttons/fieron-bullet.xbm new file mode 100644 index 00000000..1d8bc0fb --- /dev/null +++ b/data/buttons/fieron-bullet.xbm @@ -0,0 +1,5 @@ +/* Created with The GIMP */ +#define bullet_width 8 +#define bullet_height 8 +static unsigned char bullet_bits[] = { + 0x00, 0x18, 0x30, 0x60, 0x60, 0x30, 0x18, 0x00 }; diff --git a/data/buttons/fieron-bulletl.xbm b/data/buttons/fieron-bulletl.xbm new file mode 100644 index 00000000..af690000 --- /dev/null +++ b/data/buttons/fieron-bulletl.xbm @@ -0,0 +1,5 @@ +/* Created with The GIMP */ +#define bulletl_width 8 +#define bulletl_height 8 +static unsigned char bulletl_bits[] = { + 0x00, 0x18, 0x0c, 0x06, 0x06, 0x0c, 0x18, 0x00 }; diff --git a/data/buttons/fieron-close.xbm b/data/buttons/fieron-close.xbm new file mode 100644 index 00000000..aea54882 --- /dev/null +++ b/data/buttons/fieron-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/data/buttons/fieron-icon.xbm b/data/buttons/fieron-icon.xbm new file mode 100644 index 00000000..1cd40fcd --- /dev/null +++ b/data/buttons/fieron-icon.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/data/buttons/fieron-max.xbm b/data/buttons/fieron-max.xbm new file mode 100644 index 00000000..2cd94e84 --- /dev/null +++ b/data/buttons/fieron-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/data/buttons/fieron-stick.xbm b/data/buttons/fieron-stick.xbm new file mode 100644 index 00000000..4345dfab --- /dev/null +++ b/data/buttons/fieron-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 }; diff --git a/data/buttons/icon.xbm b/data/buttons/icon.xbm new file mode 100644 index 00000000..9fc0ba13 --- /dev/null +++ b/data/buttons/icon.xbm @@ -0,0 +1,5 @@ +/* Created with The GIMP */ +#define icon_width 8 +#define icon_height 8 +static unsigned char icon_bits[] = { + 0x00, 0x00, 0xc3, 0xe7, 0x7e, 0x3c, 0x18, 0x00 }; diff --git a/data/buttons/max.xbm b/data/buttons/max.xbm new file mode 100644 index 00000000..00b68170 --- /dev/null +++ b/data/buttons/max.xbm @@ -0,0 +1,5 @@ +/* Created with The GIMP */ +#define max_width 8 +#define max_height 8 +static unsigned char max_bits[] = { + 0x7e, 0xff, 0xc3, 0xc3, 0xc3, 0xc3, 0xff, 0x7e }; diff --git a/data/buttons/stick.xbm b/data/buttons/stick.xbm new file mode 100644 index 00000000..760131c0 --- /dev/null +++ b/data/buttons/stick.xbm @@ -0,0 +1,5 @@ +/* Created with The GIMP */ +#define stick_width 8 +#define stick_height 8 +static unsigned char stick_bits[] = { + 0x00, 0x00, 0x18, 0x3c, 0x3c, 0x18, 0x00, 0x00 }; -- 2.39.2