all repos — openbox @ 97019b8b77f7e6450d87b057bcb6eae43e9f3e2b

openbox fork - make it a bit more like ryudo

adding buttons for styles
Dana Jansens danakj@orodu.net
commit

97019b8b77f7e6450d87b057bcb6eae43e9f3e2b

parent

6ca5c5891a58c616b32b733c99fe373aa58bc360

A data/buttons/.cvsignore

@@ -0,0 +1,2 @@

+Makefile +Makefile.in
A data/buttons/Makefile.am

@@ -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)
A data/buttons/close.xbm

@@ -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 };
A data/buttons/fieron-bullet.xbm

@@ -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 };
A data/buttons/fieron-bulletl.xbm

@@ -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 };
A data/buttons/fieron-close.xbm

@@ -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 };
A data/buttons/fieron-icon.xbm

@@ -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 };
A data/buttons/fieron-max.xbm

@@ -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 };
A data/buttons/fieron-stick.xbm

@@ -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 };
A data/buttons/icon.xbm

@@ -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 };
A data/buttons/max.xbm

@@ -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 };
A data/buttons/stick.xbm

@@ -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 };