adjust the themes with buttons to match how they are read now
This commit is contained in:
parent
7a31095508
commit
68a2b6a85f
16 changed files with 5 additions and 15 deletions
|
@ -106,6 +106,9 @@ X11_EXT_XINERAMA
|
|||
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
|
||||
|
|
|
@ -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 \
|
||||
|
|
|
@ -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 };
|
|
@ -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 };
|
|
@ -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 };
|
Loading…
Reference in a new issue