From ca81de0ae174e737cf3594787fa885e51d6e9d1d Mon Sep 17 00:00:00 2001 From: David Jeannot Date: Fri, 9 Dec 2011 22:21:09 -0500 Subject: Cocoa Devdraw: cursor fix R=rsc CC=plan9port.codebot http://codereview.appspot.com/5356050 --- src/cmd/devdraw/bigarrow.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/cmd/devdraw/bigarrow.h (limited to 'src/cmd/devdraw/bigarrow.h') 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}, +}; -- cgit v1.2.3