aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/devdraw/bigarrow.h
diff options
context:
space:
mode:
authorDavid Jeannot <djeannot24@gmail.com>2011-12-09 22:21:09 -0500
committerRuss Cox <rsc@swtch.com>2011-12-09 22:21:09 -0500
commitca81de0ae174e737cf3594787fa885e51d6e9d1d (patch)
treec1a433d1d918ac0c545165ba43095e07297fb962 /src/cmd/devdraw/bigarrow.h
parent37234309e5a38bc2b51672a39ce8457131ead2e9 (diff)
downloadplan9port-ca81de0ae174e737cf3594787fa885e51d6e9d1d.tar.gz
plan9port-ca81de0ae174e737cf3594787fa885e51d6e9d1d.tar.bz2
plan9port-ca81de0ae174e737cf3594787fa885e51d6e9d1d.zip
Cocoa Devdraw: cursor fix
R=rsc CC=plan9port.codebot http://codereview.appspot.com/5356050
Diffstat (limited to 'src/cmd/devdraw/bigarrow.h')
-rw-r--r--src/cmd/devdraw/bigarrow.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/cmd/devdraw/bigarrow.h b/src/cmd/devdraw/bigarrow.h
new file mode 100644
index 00000000..a46f19a0
--- /dev/null
+++ b/src/cmd/devdraw/bigarrow.h
@@ -0,0 +1,11 @@
+Cursor bigarrow = {
+ {0, 0},
+ {0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFE, 0xFF, 0xFC,
+ 0xFF, 0xF0, 0xFF, 0xF0, 0xFF, 0xF8, 0xFF, 0xFC,
+ 0xFF, 0xFE, 0xFF, 0xFF, 0xFF, 0xFE, 0xFF, 0xFC,
+ 0xF3, 0xF8, 0xF1, 0xF0, 0xE0, 0xE0, 0xC0, 0x40},
+ {0x00, 0x00, 0x7F, 0xFE, 0x7F, 0xFC, 0x7F, 0xF0,
+ 0x7F, 0xE0, 0x7F, 0xE0, 0x7F, 0xF0, 0x7F, 0xF8,
+ 0x7F, 0xFC, 0x7F, 0xFE, 0x7F, 0xFC, 0x73, 0xF8,
+ 0x61, 0xF0, 0x60, 0xE0, 0x40, 0x40, 0x00, 0x00},
+};