summaryrefslogtreecommitdiff
path: root/src/img/next.xbm
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2008-10-08 19:22:25 +0200
committerTobias Klauser <tklauser@xenon.tklauser.home>2008-10-08 19:22:25 +0200
commit2a441ecbea378da1a2cdea969c48bb7d9e547135 (patch)
tree63e071a86374ad86615c67f4c75534c4df8b6ab3 /src/img/next.xbm
parent226f961c4b7fef115ae2c7950abe0e1973efc6a4 (diff)
Import new upstream release 0.42
Diffstat (limited to 'src/img/next.xbm')
-rw-r--r--src/img/next.xbm6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/img/next.xbm b/src/img/next.xbm
new file mode 100644
index 0000000..b7b5646
--- /dev/null
+++ b/src/img/next.xbm
@@ -0,0 +1,6 @@
+#define next_width 16
+#define next_height 16
+static unsigned char next_bits[] = {
+ 0x00, 0x00, 0x00, 0x00, 0x20, 0x00, 0x60, 0x00, 0xe0, 0x00, 0xe0, 0x01,
+ 0xe0, 0x03, 0xe0, 0x07, 0xe0, 0x07, 0xe0, 0x03, 0xe0, 0x01, 0xe0, 0x00,
+ 0x60, 0x00, 0x20, 0x00, 0x00, 0x00, 0x00, 0x00};