mirror of
https://github.com/horst3180/arc-theme.git
synced 2024-10-27 19:04:02 +00:00
5 lines
127 B
C
5 lines
127 B
C
#define bullet_width 6
|
|
#define bullet_height 6
|
|
static unsigned char bullet_bits[] = {
|
|
0x00, 0x02, 0x04, 0x08, 0x04, 0x02 };
|