themedir=$(datadir)/openbox/themes/openbox
+fieron2buttondir=$(themedir)/fieron2_buttons
theme_DATA = artwiz bbs bluebox cthulhain deep fieron fieron2 flux frobozz \
frobust mbdtex miklos nyz nyzclone ob20 operation outcomes paper \
purplehaaze shade steelblue steelblue2 the_orange trisb twice \
warp-xp
+fieron2button_DATA = fieron2_buttons/max.xbm fieron2_buttons/stick.xbm \
+ fieron2_buttons/close.xbm fieron2_buttons/icon.xbm
+
EXTRA_DIST = $(theme_DATA)
MAINTAINERCLEANFILES = Makefile.in
borderWidth: 1
borderColor: #181f24
-window.button.max.mask: fieron-max.xbm
-window.button.icon.mask: fieron-icon.xbm
-window.button.stick.mask:fieron-stick.xbm
-window.button.close.mask:fieron-close.xbm
+window.button.max.mask: max.xbm
+window.button.icon.mask: icon.xbm
+window.button.stick.mask: stick.xbm
+window.button.close.mask: close.xbm
*.xft.flags: shadow bold
*.xft.shadow.offset: 1
--- /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 };