From 37496483ffc77692f08ac510ee71aa7b11d3f24f Mon Sep 17 00:00:00 2001 From: buliabyak Date: Wed, 11 Apr 2007 03:37:59 +0000 Subject: [PATCH] thin/thicken cursors --- src/pixmaps/cursor-thicken.xpm | 38 ++++++++++++++++++++++++++++++++++ src/pixmaps/cursor-thin.xpm | 38 ++++++++++++++++++++++++++++++++++ 2 files changed, 76 insertions(+) create mode 100644 src/pixmaps/cursor-thicken.xpm create mode 100644 src/pixmaps/cursor-thin.xpm diff --git a/src/pixmaps/cursor-thicken.xpm b/src/pixmaps/cursor-thicken.xpm new file mode 100644 index 000000000..f2a09e1c0 --- /dev/null +++ b/src/pixmaps/cursor-thicken.xpm @@ -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 new file mode 100644 index 000000000..c13b09176 --- /dev/null +++ b/src/pixmaps/cursor-thin.xpm @@ -0,0 +1,38 @@ +/* XPM */ +static char * cursor_thin_xpm[] = { +"32 32 3 1", +" c None", +". c #FFFFFF", +"+ c #000000", +" ... ", +" .+. ", +" .+. ", +"....+.... ", +".+++ +++. ", +"....+.... ", +" .+. .... .... ", +" .+. ..+. .+.. ", +" ... ..+. .+.. ", +" ..+. .+.. ", +" ..+. .+.. ", +" ..+. .+.. ", +" .+. .+. ", +" .+. .+. ", +" .+. .+. ", +" .+. .+. ", +" .+. .+. ", +" .+. .+. ", +" .+. .+. ", +" ..+. .+.. ", +" ..+. .+.. ", +" ..+. .+.. ", +" ..+. .+.. ", +" ..+. .+.. ", +" .... .... ", +" ", +" ", +" ", +" ", +" ", +" ", +" "}; -- 2.30.2