adding buttons for styles
This commit is contained in:
parent
6ca5c5891a
commit
97019b8b77
12 changed files with 64 additions and 0 deletions
2
data/buttons/.cvsignore
Normal file
2
data/buttons/.cvsignore
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
Makefile
|
||||||
|
Makefile.in
|
12
data/buttons/Makefile.am
Normal file
12
data/buttons/Makefile.am
Normal file
|
@ -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)
|
5
data/buttons/close.xbm
Normal file
5
data/buttons/close.xbm
Normal file
|
@ -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 };
|
5
data/buttons/fieron-bullet.xbm
Normal file
5
data/buttons/fieron-bullet.xbm
Normal file
|
@ -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 };
|
5
data/buttons/fieron-bulletl.xbm
Normal file
5
data/buttons/fieron-bulletl.xbm
Normal file
|
@ -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 };
|
5
data/buttons/fieron-close.xbm
Normal file
5
data/buttons/fieron-close.xbm
Normal file
|
@ -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 };
|
5
data/buttons/fieron-icon.xbm
Normal file
5
data/buttons/fieron-icon.xbm
Normal file
|
@ -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 };
|
5
data/buttons/fieron-max.xbm
Normal file
5
data/buttons/fieron-max.xbm
Normal file
|
@ -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 };
|
5
data/buttons/fieron-stick.xbm
Normal file
5
data/buttons/fieron-stick.xbm
Normal file
|
@ -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 };
|
5
data/buttons/icon.xbm
Normal file
5
data/buttons/icon.xbm
Normal file
|
@ -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 };
|
5
data/buttons/max.xbm
Normal file
5
data/buttons/max.xbm
Normal file
|
@ -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 };
|
5
data/buttons/stick.xbm
Normal file
5
data/buttons/stick.xbm
Normal file
|
@ -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 };
|
Loading…
Reference in a new issue