summaryrefslogtreecommitdiff
path: root/support/xlatex/xlatex.quitter
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /support/xlatex/xlatex.quitter
Initial commit
Diffstat (limited to 'support/xlatex/xlatex.quitter')
-rw-r--r--support/xlatex/xlatex.quitter19
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
+ };
+