diff options
Diffstat (limited to 'support/xlatex/xlatex.quitter')
-rw-r--r-- | support/xlatex/xlatex.quitter | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/support/xlatex/xlatex.quitter b/support/xlatex/xlatex.quitter new file mode 100644 index 0000000000..d6794cbf79 --- /dev/null +++ b/support/xlatex/xlatex.quitter @@ -0,0 +1,19 @@ +#define quit_width 48 +#define quit_height 28 +static char quit_bits[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0xc0, 0xc3, 0x30, 0x3f, 0xff, 0x00, 0x60, 0xc6, 0x30, 0x0c, 0x99, 0x00, + 0x30, 0xcc, 0x30, 0x0c, 0x18, 0x00, 0x30, 0xcc, 0x30, 0x0c, 0x18, 0x00, + 0x30, 0xcc, 0x30, 0x0c, 0x18, 0x00, 0x30, 0xcc, 0x30, 0x0c, 0x18, 0x00, + 0x30, 0xcc, 0x30, 0x0c, 0x18, 0x00, 0x30, 0xcc, 0x30, 0x0c, 0x18, 0x00, + 0x30, 0xcc, 0x30, 0x0c, 0x18, 0x00, 0x30, 0xcc, 0x30, 0x0c, 0x18, 0x00, + 0x60, 0x86, 0x19, 0x0c, 0x18, 0x00, 0xc0, 0x03, 0x0f, 0x3f, 0x18, 0x01, + 0x00, 0x03, 0x00, 0x00, 0x80, 0x01, 0x00, 0x06, 0x00, 0x00, 0xc0, 0x00, + 0x00, 0xfc, 0xff, 0xff, 0x7f, 0x00, 0x00, 0xf8, 0xff, 0xff, 0x3f, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + }; + |