summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 090f793)
raw | patch | inline | side by side (parent: 090f793)
author | buliabyak <buliabyak@users.sourceforge.net> | |
Wed, 11 Apr 2007 03:37:59 +0000 (03:37 +0000) | ||
committer | buliabyak <buliabyak@users.sourceforge.net> | |
Wed, 11 Apr 2007 03:37:59 +0000 (03:37 +0000) |
src/pixmaps/cursor-thicken.xpm | [new file with mode: 0644] | patch | blob |
src/pixmaps/cursor-thin.xpm | [new file with mode: 0644] | patch | blob |
diff --git a/src/pixmaps/cursor-thicken.xpm b/src/pixmaps/cursor-thicken.xpm
--- /dev/null
@@ -0,0 +1,38 @@
+/* XPM */
+static char * cursor_thicken_xpm[] = {
+"32 32 3 1",
+" c None",
+". c #FFFFFF",
+"+ c #000000",
+" ... ",
+" .+. ",
+" .+. ",
+"....+.... ",
+".+++ +++. ",
+"....+.... ",
+" .+. ... ... ",
+" .+. .+. .+. ",
+" ... .+. .+. ",
+" .+. .+. ",
+" .+. .+. ",
+" .+. .+. ",
+" ..+. .+.. ",
+" ..+. .+.. ",
+" ..+. .+.. ",
+" ..+. .+.. ",
+" ..+. .+.. ",
+" ..+. .+.. ",
+" ..+. .+.. ",
+" .+. .+. ",
+" .+. .+. ",
+" .+. .+. ",
+" .+. .+. ",
+" .+. .+. ",
+" ... ... ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" "};
diff --git a/src/pixmaps/cursor-thin.xpm b/src/pixmaps/cursor-thin.xpm
--- /dev/null
@@ -0,0 +1,38 @@
+/* XPM */
+static char * cursor_thin_xpm[] = {
+"32 32 3 1",
+" c None",
+". c #FFFFFF",
+"+ c #000000",
+" ... ",
+" .+. ",
+" .+. ",
+"....+.... ",
+".+++ +++. ",
+"....+.... ",
+" .+. .... .... ",
+" .+. ..+. .+.. ",
+" ... ..+. .+.. ",
+" ..+. .+.. ",
+" ..+. .+.. ",
+" ..+. .+.. ",
+" .+. .+. ",
+" .+. .+. ",
+" .+. .+. ",
+" .+. .+. ",
+" .+. .+. ",
+" .+. .+. ",
+" .+. .+. ",
+" ..+. .+.. ",
+" ..+. .+.. ",
+" ..+. .+.. ",
+" ..+. .+.. ",
+" ..+. .+.. ",
+" .... .... ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" ",
+" "};