summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--data/buttons/.cvsignore2
-rw-r--r--data/buttons/Makefile.am12
-rw-r--r--data/buttons/close.xbm5
-rw-r--r--data/buttons/fieron-bullet.xbm5
-rw-r--r--data/buttons/fieron-bulletl.xbm5
-rw-r--r--data/buttons/fieron-close.xbm5
-rw-r--r--data/buttons/fieron-icon.xbm5
-rw-r--r--data/buttons/fieron-max.xbm5
-rw-r--r--data/buttons/fieron-stick.xbm5
-rw-r--r--data/buttons/icon.xbm5
-rw-r--r--data/buttons/max.xbm5
-rw-r--r--data/buttons/stick.xbm5
12 files changed, 64 insertions, 0 deletions
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 };