wok diff mtpaint/stuff/icons-tango/xbm_ring4.xbm @ rev 933
Linux: fix lzma 1 byte header
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Jun 19 16:54:03 2008 +0000 (2008-06-19) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/mtpaint/stuff/icons-tango/xbm_ring4.xbm Thu Jun 19 16:54:03 2008 +0000 1.3 @@ -0,0 +1,7 @@ 1.4 +#define xbm_ring4_width 9 1.5 +#define xbm_ring4_height 9 1.6 +#define xbm_ring4_x_hot 4 1.7 +#define xbm_ring4_y_hot 4 1.8 +static unsigned char xbm_ring4_bits[] = { 1.9 + 0x00, 0x00, 0x38, 0x00, 0x44, 0x00, 0x82, 0x00, 0x82, 0x00, 0x82, 0x00, 1.10 + 0x44, 0x00, 0x38, 0x00, 0x00, 0x00 };