aboutsummaryrefslogtreecommitdiffstats
path: root/cursor_hidden.xpm
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2010-05-21 11:54:32 +0200
committerAnthony Liguori <aliguori@us.ibm.com>2010-05-24 15:18:23 -0500
commit254e59506e34efcc92384ef30af3c266e4633c66 (patch)
tree03ccc5674e239b2fbe93c1d24736a7fcd5382bd0 /cursor_hidden.xpm
parent019e78ba6ec6f402dffc6bc9683f461a11a52c28 (diff)
cursor: add cursor functions.
Add a new cursor type to console.h and a bunch of functions to deal with cursors the (new) cursor.c file. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'cursor_hidden.xpm')
-rw-r--r--cursor_hidden.xpm37
1 files changed, 37 insertions, 0 deletions
diff --git a/cursor_hidden.xpm b/cursor_hidden.xpm
new file mode 100644
index 000000000..354e7a939
--- /dev/null
+++ b/cursor_hidden.xpm
@@ -0,0 +1,37 @@
+/* XPM */
+static const char *cursor_hidden_xpm[] = {
+ "32 32 1 1",
+ " c None",
+ " ",
+ " ",
+ " ",
+ " ",
+ " ",
+ " ",
+ " ",
+ " ",
+ " ",
+ " ",
+ " ",
+ " ",
+ " ",
+ " ",
+ " ",
+ " ",
+ " ",
+ " ",
+ " ",
+ " ",
+ " ",
+ " ",
+ " ",
+ " ",
+ " ",
+ " ",
+ " ",
+ " ",
+ " ",
+ " ",
+ " ",
+ " ",
+};