summaryrefslogtreecommitdiff
path: root/cursors
diff options
context:
space:
mode:
authorBill Haneman <billh@src.gnome.org>2004-04-08 19:52:25 +0000
committerBill Haneman <billh@src.gnome.org>2004-04-08 19:52:25 +0000
commit8e52a03855e194ddfe5eebecdd12f0860d77ad5b (patch)
treeb94f901f869a9e95526d2cf95c5d1f26cf668bc9 /cursors
parent7b5e4c8a500270425dbe0594a3add23ca50da1a1 (diff)
Fixed minor regression in cursor images when Xfixes is not available;
reinstated default-cursor.xpm, for fallback.
Diffstat (limited to 'cursors')
-rw-r--r--cursors/default-cursor.xpm70
1 files changed, 70 insertions, 0 deletions
diff --git a/cursors/default-cursor.xpm b/cursors/default-cursor.xpm
new file mode 100644
index 0000000..ce08564
--- /dev/null
+++ b/cursors/default-cursor.xpm
@@ -0,0 +1,70 @@
+/* XPM */
+static char* Normal[] = {
+"64 64 3 1 16 6",
+" c None",
+"! c #101010",
+"# c #000000",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" !! ",
+" !#! ",
+" !##! ",
+" !###! ",
+" !####! ",
+" !#####! ",
+" !######! ",
+" !#######! ",
+" !########! ",
+" !#########! ",
+" !##########! ",
+" !###########! ",
+" !############! ",
+" !#############! ",
+" !##############! ",
+" !###############! ",
+" !################! ",
+" !#################! ",
+" !##################! ",
+" !###################! ",
+" !####################! ",
+" !#####################! ",
+" !######################! ",
+" !#######################! ",
+" !########################! ",
+" !#########################! ",
+" !##########################! ",
+" !###########################! ",
+" !############################! ",
+" !################!!!!!!!!!!!!! ",
+" !################! ",
+" !################!! ",
+" !#################! ",
+" !########!!#######!! ",
+" !#######! !#######! ",
+" !######! !#######!! ",
+" !#####! !#######! ",
+" !####! !#######!! ",
+" !###! !#######! ",
+" !##! !#######!! ",
+" !#! !#######! ",
+" !! !#######!! ",
+" ! !#######! ",
+" !#######!! ",
+" !#######! ",
+" !#######!! ",
+" !#######! ",
+" !#######! ",
+" !######! ",
+" !!!!!!! ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" "}; \ No newline at end of file