--- /dev/null
+Makefile
+Makefile.in
--- /dev/null
+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)
--- /dev/null
+/* 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 };
--- /dev/null
+/* 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 };
--- /dev/null
+/* 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 };
--- /dev/null
+/* 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 };
--- /dev/null
+/* 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 };
--- /dev/null
+/* 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 };
--- /dev/null
+/* 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 };
--- /dev/null
+/* 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 };
--- /dev/null
+/* 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 };
--- /dev/null
+/* 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 };