diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/pixmaps/cursor-thicken.xpm | 38 | ||||
| -rw-r--r-- | src/pixmaps/cursor-thin.xpm | 38 |
2 files changed, 76 insertions, 0 deletions
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", +" ... ", +" .+. ", +" .+. ", +"....+.... ", +".+++ +++. ", +"....+.... ", +" .+. .... .... ", +" .+. ..+. .+.. ", +" ... ..+. .+.. ", +" ..+. .+.. ", +" ..+. .+.. ", +" ..+. .+.. ", +" .+. .+. ", +" .+. .+. ", +" .+. .+. ", +" .+. .+. ", +" .+. .+. ", +" .+. .+. ", +" .+. .+. ", +" ..+. .+.. ", +" ..+. .+.. ", +" ..+. .+.. ", +" ..+. .+.. ", +" ..+. .+.. ", +" .... .... ", +" ", +" ", +" ", +" ", +" ", +" ", +" "}; |
