abyss/openbox-3/bullet.xbm

7 lines
291 B
C
Raw Normal View History

2023-11-26 20:07:41 +00:00
#define bullet_width 16
#define bullet_height 16
2023-03-08 05:26:36 +00:00
static unsigned char bullet_bits[] = {
2023-11-26 20:07:41 +00:00
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0xc0, 0x00,
0x80, 0x01, 0x00, 0x03, 0x00, 0x06, 0x00, 0x03, 0x80, 0x01, 0xc0, 0x00,
0x40, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 };