diff options
Diffstat (limited to 'spider/cursor.xpm')
-rw-r--r-- | spider/cursor.xpm | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/spider/cursor.xpm b/spider/cursor.xpm new file mode 100644 index 0000000..9a1614d --- /dev/null +++ b/spider/cursor.xpm @@ -0,0 +1,27 @@ +/* XPM */ +static char * cursor_xpm[] = { +"16 22 2 1", +" c None", +". c #9B9B9B", +" .. ", +" .... ", +" .... ", +" .... ", +" .... ", +" ...... ", +" ......... ", +" ........... ", +" .............. ", +"................", +"................", +"................", +"................", +"................", +"................", +" ...............", +" .............. ", +" ............. ", +" ............. ", +" ........... ", +" ........... ", +" .......... "}; |