]> Dogcows Code - chaz/openbox/commitdiff
adding buttons for styles
authorDana Jansens <danakj@orodu.net>
Sat, 4 Jan 2003 18:40:04 +0000 (18:40 +0000)
committerDana Jansens <danakj@orodu.net>
Sat, 4 Jan 2003 18:40:04 +0000 (18:40 +0000)
12 files changed:
data/buttons/.cvsignore [new file with mode: 0644]
data/buttons/Makefile.am [new file with mode: 0644]
data/buttons/close.xbm [new file with mode: 0644]
data/buttons/fieron-bullet.xbm [new file with mode: 0644]
data/buttons/fieron-bulletl.xbm [new file with mode: 0644]
data/buttons/fieron-close.xbm [new file with mode: 0644]
data/buttons/fieron-icon.xbm [new file with mode: 0644]
data/buttons/fieron-max.xbm [new file with mode: 0644]
data/buttons/fieron-stick.xbm [new file with mode: 0644]
data/buttons/icon.xbm [new file with mode: 0644]
data/buttons/max.xbm [new file with mode: 0644]
data/buttons/stick.xbm [new file with mode: 0644]

diff --git a/data/buttons/.cvsignore b/data/buttons/.cvsignore
new file mode 100644 (file)
index 0000000..282522d
--- /dev/null
@@ -0,0 +1,2 @@
+Makefile
+Makefile.in
diff --git a/data/buttons/Makefile.am b/data/buttons/Makefile.am
new file mode 100644 (file)
index 0000000..a1973a7
--- /dev/null
@@ -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 (file)
index 0000000..d46ad94
--- /dev/null
@@ -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 (file)
index 0000000..1d8bc0f
--- /dev/null
@@ -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 (file)
index 0000000..af69000
--- /dev/null
@@ -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 (file)
index 0000000..aea5488
--- /dev/null
@@ -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 (file)
index 0000000..1cd40fc
--- /dev/null
@@ -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 (file)
index 0000000..2cd94e8
--- /dev/null
@@ -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 (file)
index 0000000..4345dfa
--- /dev/null
@@ -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 (file)
index 0000000..9fc0ba1
--- /dev/null
@@ -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 (file)
index 0000000..00b6817
--- /dev/null
@@ -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 (file)
index 0000000..760131c
--- /dev/null
@@ -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 };
This page took 0.033462 seconds and 4 git commands to generate.