diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2010-05-21 11:54:32 +0200 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2010-05-24 15:18:23 -0500 |
commit | 254e59506e34efcc92384ef30af3c266e4633c66 (patch) | |
tree | 03ccc5674e239b2fbe93c1d24736a7fcd5382bd0 /cursor_left_ptr.xpm | |
parent | 019e78ba6ec6f402dffc6bc9683f461a11a52c28 (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_left_ptr.xpm')
-rw-r--r-- | cursor_left_ptr.xpm | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/cursor_left_ptr.xpm b/cursor_left_ptr.xpm new file mode 100644 index 000000000..6c9ada902 --- /dev/null +++ b/cursor_left_ptr.xpm @@ -0,0 +1,39 @@ +/* XPM */ +static const char *cursor_left_ptr_xpm[] = { + "32 32 3 1", + "X c #000000", + ". c #ffffff", + " c None", + "X ", + "XX ", + "X.X ", + "X..X ", + "X...X ", + "X....X ", + "X.....X ", + "X......X ", + "X.......X ", + "X........X ", + "X.....XXXXX ", + "X..X..X ", + "X.X X..X ", + "XX X..X ", + "X X..X ", + " X..X ", + " X..X ", + " X..X ", + " XX ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", + " ", +}; |