summaryrefslogtreecommitdiffstats
path: root/src/cmd/devdraw/cursor.c
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/cursor.c
parent37234309e5a38bc2b51672a39ce8457131ead2e9 (diff)
downloadplan9port-ca81de0ae174e737cf3594787fa885e51d6e9d1d.tar.gz
plan9port-ca81de0ae174e737cf3594787fa885e51d6e9d1d.zip
Cocoa Devdraw: cursor fix
R=rsc CC=plan9port.codebot http://codereview.appspot.com/5356050
Diffstat (limited to 'src/cmd/devdraw/cursor.c')
-rw-r--r--src/cmd/devdraw/cursor.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/cmd/devdraw/cursor.c b/src/cmd/devdraw/cursor.c
deleted file mode 100644
index af7e65db..00000000
--- a/src/cmd/devdraw/cursor.c
+++ /dev/null
@@ -1,16 +0,0 @@
-#include <u.h>
-#include <libc.h>
-#include <draw.h>
-#include <cursor.h>
-
-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},
-};