all repos — openbox @ 68a2b6a85f25dec3102d7cf9f6fbac0632ec6df7

openbox fork - make it a bit more like ryudo

adjust the themes with buttons to match how they are read now
Dana Jansens danakj@orodu.net
commit

68a2b6a85f25dec3102d7cf9f6fbac0632ec6df7

parent

7a310955084c19478660c18bc388421a8ba5554a

M configure.acconfigure.ac

@@ -106,6 +106,9 @@

AC_CONFIG_FILES([Makefile po/Makefile.in themes/Makefile + themes/ebox_data/Makefile + themes/fieron_data/Makefile + themes/fieron2_data/Makefile data/Makefile render/Makefile parser/Makefile
M themes/Makefile.amthemes/Makefile.am

@@ -1,5 +1,7 @@

themedir=$(datadir)/openbox/themes +SUBDIRS=ebox_data fieron_data fieron2_data + theme_DATA=artwiz bbs bluebox cthulhain deep ebox fieron fieron2 flux frobozz \ frobust mbdtex miklos nyz nyzclone ob20 operation outcomes paper \ purplehaaze shade steelblue steelblue2 the_orange trisb twice \
D themes/ebox_buttons/bulletbc.xbm

@@ -1,5 +0,0 @@

-/* Created with The GIMP */ -#define bulletbc_width 8 -#define bulletbc_height 8 -static unsigned char bulletbc_bits[] = { - 0x00, 0x04, 0x0e, 0x1c, 0x3c, 0x1c, 0x0e, 0x04 };
D themes/ebox_buttons/bulletl.xbm

@@ -1,5 +0,0 @@

-/* Created with The GIMP */ -#define bulletl_width 8 -#define bulletl_height 8 -static unsigned char bulletl_bits[] = { - 0x00, 0x20, 0x70, 0x38, 0x3c, 0x38, 0x70, 0x20 };
D themes/ebox_buttons/bulletr.xbm

@@ -1,5 +0,0 @@

-/* Created with The GIMP */ -#define bulletr_width 8 -#define bulletr_height 8 -static unsigned char bulletr_bits[] = { - 0x00, 0x04, 0x0e, 0x1c, 0x3c, 0x1c, 0x0e, 0x04 };