Compare commits

...

1 commit
main ... xl

Author SHA1 Message Date
f5484510a5
xl version 2023-11-26 13:07:41 -07:00
8 changed files with 40 additions and 24 deletions

View file

@ -1,4 +1,6 @@
#define bullet_width 6
#define bullet_height 6
#define bullet_width 16
#define bullet_height 16
static unsigned char bullet_bits[] = {
0x00, 0x08, 0x18, 0x38, 0x18, 0x08 };
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 };

View file

@ -1,4 +1,6 @@
#define close_width 6
#define close_height 6
#define close_width 16
#define close_height 16
static unsigned char close_bits[] = {
0x00, 0x22, 0x14, 0x08, 0x14, 0x22 };
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x30, 0x18, 0x60, 0x0c,
0xc0, 0x06, 0x80, 0x03, 0x80, 0x03, 0xc0, 0x06, 0x60, 0x0c, 0x30, 0x18,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 };

View file

@ -1,4 +1,6 @@
#define desk_width 6
#define desk_height 6
#define desk_width 16
#define desk_height 16
static unsigned char desk_bits[] = {
0x00, 0x18, 0x00, 0x00, 0x00, 0x18 };
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0x80, 0x07,
0x00, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0x80, 0x07,
0x00, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 };

View file

@ -1,4 +1,6 @@
#define desk_toggled_width 6
#define desk_toggled_height 6
#define desk_toggled_width 16
#define desk_toggled_height 16
static unsigned char desk_toggled_bits[] = {
0x00, 0x18, 0x00, 0x00, 0x00, 0x18 };
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0x80, 0x07,
0x00, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0x80, 0x07,
0x00, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 };

View file

@ -1,4 +1,6 @@
#define iconify_width 6
#define iconify_height 6
#define iconify_width 16
#define iconify_height 16
static unsigned char iconify_bits[] = {
0x00, 0x00, 0x00, 0x3e, 0x00, 0x00 };
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0xf8, 0x1f, 0xf8, 0x1f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 };

View file

@ -1,4 +1,6 @@
#define max_width 6
#define max_height 6
#define max_width 16
#define max_height 16
static unsigned char max_bits[] = {
0x00, 0x3e, 0x22, 0x22, 0x22, 0x3e };
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf0, 0x1f, 0xf0, 0x1f,
0x30, 0x18, 0x30, 0x18, 0x30, 0x18, 0x30, 0x18, 0x30, 0x18, 0xf0, 0x1f,
0xf0, 0x1f, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 };

View file

@ -1,4 +1,6 @@
#define shade_width 6
#define shade_height 6
#define shade_width 16
#define shade_height 16
static unsigned char shade_bits[] = {
0x00, 0x00, 0x08, 0x14, 0x22, 0x00 };
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x80, 0x03,
0xc0, 0x07, 0xe0, 0x0e, 0x70, 0x1c, 0x30, 0x18, 0x10, 0x10, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 };

View file

@ -1,4 +1,6 @@
#define shade_toggled_width 6
#define shade_toggled_height 6
#define shade_toggled_width 16
#define shade_toggled_height 16
static unsigned char shade_toggled_bits[] = {
0x00, 0x00, 0x22, 0x14, 0x08, 0x00 };
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x10,
0x30, 0x18, 0x70, 0x1c, 0xe0, 0x0e, 0xc0, 0x07, 0x80, 0x03, 0x00, 0x01,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 };