From 1a0c091b395a94a58f36dbf70eb4658ed169d563 Mon Sep 17 00:00:00 2001 From: buliabyak Date: Mon, 27 Aug 2007 00:39:18 +0000 Subject: [PATCH] more tweak modes --- src/pixmaps/cursor-attract.xpm | 38 ++++++++++++++++++++++++++++++++++ src/pixmaps/cursor-color.xpm | 38 ++++++++++++++++++++++++++++++++++ src/pixmaps/cursor-repel.xpm | 38 ++++++++++++++++++++++++++++++++++ 3 files changed, 114 insertions(+) create mode 100644 src/pixmaps/cursor-attract.xpm create mode 100644 src/pixmaps/cursor-color.xpm create mode 100644 src/pixmaps/cursor-repel.xpm diff --git a/src/pixmaps/cursor-attract.xpm b/src/pixmaps/cursor-attract.xpm new file mode 100644 index 000000000..830792702 --- /dev/null +++ b/src/pixmaps/cursor-attract.xpm @@ -0,0 +1,38 @@ +/* XPM */ +static char * cursor_attract_xpm[] = { +"32 32 6 1", +" c None", +". c #FFFFFF", +"+ c #000000", +" ... ", +" .+. ", +" .+. ", +"....+.... ", +".+++ +++. ", +"....+.... ", +" .+. ", +" .+. ", +" ... ", +" ..... .... ", +" .++++.. ..++++ ", +" .....++.....++.... ", +" .......+++++...... ", +" .++++.........++++ ", +" .....++.....++.... ", +" ..+++++.. ", +" ....... ", +" ....... ", +" ..+++++.. ", +" .....++.....++.... ", +" .++++.........++++ ", +" .......+++++...... ", +" .....++.....++.... ", +" .++++.. ..++++ ", +" ..... .... ", +" ", +" ", +" ", +" ", +" ", +" ", +" "}; diff --git a/src/pixmaps/cursor-color.xpm b/src/pixmaps/cursor-color.xpm new file mode 100644 index 000000000..a4787793b --- /dev/null +++ b/src/pixmaps/cursor-color.xpm @@ -0,0 +1,38 @@ +/* XPM */ +static char * cursor_color_xpm[] = { +"32 32 3 1", +" c None", +". c #FFFFFF", +"+ c #000000", +" ... ", +" .+. ", +" .+. ", +"....+.... ", +".+++ +++. ", +"....+.... ", +" .+. ", +" .+. ......... ", +" ... ........... ", +" .......+....... ", +" ...+.+..+.+.... ", +" .......+.+..+.... ", +" ....+.++.+.+...+... ", +" ....+..+.+++++..... ", +" .....+++++.+..+.... ", +" ...+..+.++++++.+... ", +" ....++.+++.+.+..... ", +" .....++.+++++.++... ", +" ...+..++.++.+...... ", +" ....+..++.+.++.+... ", +" ......+..+.+....... ", +" ......+.+.+.+.... ", +" ...+........... ", +" .....+..+...... ", +" ........... ", +" ......... ", +" ", +" ", +" ", +" ", +" ", +" "}; diff --git a/src/pixmaps/cursor-repel.xpm b/src/pixmaps/cursor-repel.xpm new file mode 100644 index 000000000..53dea7b88 --- /dev/null +++ b/src/pixmaps/cursor-repel.xpm @@ -0,0 +1,38 @@ +/* XPM */ +static char * cursor_repel_xpm[] = { +"32 32 6 1", +" c None", +". c #FFFFFF", +"+ c #000000", +" ... ", +" .+. ", +" .+. ", +"....+.... ", +".+++ +++. ", +"....+.... ", +" .+. ", +" .+. ", +" ... ....... ", +" ..+++++.. ", +" .....++.....++..... ", +" .++++.........++++. ", +" .......+++++....... ", +" .....++.....++..... ", +" .++++.. ..++++. ", +" ..... ..... ", +" ", +" ..... ..... ", +" .++++.. ..++++. ", +" .....++.....++..... ", +" .......+++++....... ", +" .++++.........++++. ", +" .....++.....++..... ", +" ..+++++.. ", +" ....... ", +" ", +" ", +" ", +" ", +" ", +" ", +" "}; -- 2.30.2