summaryrefslogtreecommitdiff
path: root/img/last.xbm
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2008-07-01 16:45:28 +0200
committerTobias Klauser <tklauser@xenon.tklauser.home>2008-07-01 16:45:28 +0200
commit2ada69fe971ecc8881d5eb01dfbf337996472c40 (patch)
treecfb5e62fb3b48399770c292ab73e0b16698de366 /img/last.xbm
Initial import
Diffstat (limited to 'img/last.xbm')
-rw-r--r--img/last.xbm6
1 files changed, 6 insertions, 0 deletions
diff --git a/img/last.xbm b/img/last.xbm
new file mode 100644
index 0000000..39907a8
--- /dev/null
+++ b/img/last.xbm
@@ -0,0 +1,6 @@
+#define last_width 16
+#define last_height 16
+static unsigned char last_bits[] = {
+ 0x00, 0x00, 0x00, 0x00, 0x02, 0x02, 0x06, 0x06, 0x0e, 0x0e, 0x1e, 0x1e,
+ 0x3e, 0x3e, 0x7e, 0x7e, 0x7e, 0x7e, 0x3e, 0x3e, 0x1e, 0x1e, 0x0e, 0x0e,
+ 0x06, 0x06, 0x02, 0x02, 0x00, 0x00, 0x00, 0x00};