From bc8b84edeedfc002e85b0b3b1b91ed9fe16ff848 Mon Sep 17 00:00:00 2001 From: buliabyak Date: Mon, 22 Jun 2009 21:51:35 +0000 Subject: [PATCH] improved cursors from a patch - except the paintbucket which looks like its Tango icon --- src/pixmaps/cursor-3dbox.xpm | 42 ++++++++++---------- src/pixmaps/cursor-connector.xpm | 67 ++++++++++++++++---------------- src/pixmaps/cursor-dropper.xpm | 64 +++++++++++++++--------------- src/pixmaps/cursor-eraser.xpm | 46 +++++++++++----------- src/pixmaps/cursor-pen.xpm | 44 ++++++++++----------- src/pixmaps/cursor-pencil.xpm | 44 ++++++++++----------- 6 files changed, 153 insertions(+), 154 deletions(-) diff --git a/src/pixmaps/cursor-3dbox.xpm b/src/pixmaps/cursor-3dbox.xpm index 7104789de..f9d4af4cf 100644 --- a/src/pixmaps/cursor-3dbox.xpm +++ b/src/pixmaps/cursor-3dbox.xpm @@ -1,5 +1,5 @@ /* XPM */ -static char const *cursor_3dbox_xpm[] = { +static char * cursor_3dbox_xpm[] = { "32 32 3 1", " c None", ". c #FFFFFF", @@ -9,26 +9,26 @@ static char const *cursor_3dbox_xpm[] = { " .+. ", "....+.... ", ".+++ +++. ", -"....+.... . ", -" .+. .+. ", -" .+. .+++. ", -" ... .+.+.+. ", -" .+..+..+. ", -" .+...+...+. ", -" .+....+....+. ", -" .+.....+.....+. ", -" .+....+++....+. ", -" .+..++...++..+. ", -" .+++.......+++. ", -" .++.........++. ", -" ..++.....++.. ", -" ..+++++.. ", -" ..+.. ", -" . ", -" ", -" ", -" ", -" ", +"....+.... . ", +" .+. ..+.. ", +" .+. ..++.++.. ", +" ... ..++.....++.. ", +" .++.........++. ", +" .+.............+. ", +" .++...........++. ", +" .+.++.......++.+. ", +" .+...+.....+...+. ", +" .+....++.++....+. ", +" .+......+......+. ", +" .+.....+.....+. ", +" .+.....+.....+. ", +" .+.....+.....+. ", +" .+.....+.....+. ", +" .++...+...++. ", +" ..+..+..+.. ", +" .+++++. ", +" ..+.. ", +" . ", " ", " ", " ", diff --git a/src/pixmaps/cursor-connector.xpm b/src/pixmaps/cursor-connector.xpm index a69d3a8df..0bf0b3919 100644 --- a/src/pixmaps/cursor-connector.xpm +++ b/src/pixmaps/cursor-connector.xpm @@ -1,39 +1,38 @@ /* XPM */ -static char const *cursor_connector_xpm[] = { +static char * cursor_connector_xpm[] = { "32 32 3 1", " c None", ". c #FFFFFF", "+ c #000000", -". ", -".. ", -".+. ", -".++. ", -".+++. ", -".++++. ", -".+++++. ", -".++++++. ", -".+++++++. ", -".++++++++. ", -".+++++.... ", -".++.++. ", -".+. .++. ", -".. .++. ", -" .++. ", -" .++. ... ", -" .. .+. ", -" .+. ", -" .+. ", -" ...........+. ", -" .+++++++++++. ", -" .+........... ", -" .+. ", -" .+. ", -" ...+... ", -" .+++++. ", -" .+++. ", -" .+. ", -" . ", -" ", -" ", -" ", -}; +" ... ", +" .+. ", +" .+. ", +"....+.... ", +".+++ +++. ... ", +"....+.... .+. ", +" .+. .+. ", +" .+. .+. ", +" ... .+. ", +" .+. ", +" .+. ", +" .+. ", +" .+. ", +" ...........+. ", +" .+++++++++++. ", +" .+........... ", +" .+. ", +" .+. ", +" ...+... ", +" .+++++. ", +" .+++. ", +" .+. ", +" . ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" "}; diff --git a/src/pixmaps/cursor-dropper.xpm b/src/pixmaps/cursor-dropper.xpm index df5242e15..2354c5510 100644 --- a/src/pixmaps/cursor-dropper.xpm +++ b/src/pixmaps/cursor-dropper.xpm @@ -1,38 +1,38 @@ /* XPM */ -static char const *cursor_dropper_xpm[] = { +static char * cursor_dropper_xpm[] = { "32 32 3 1", " c None", ". c #FFFFFF", "+ c #000000", -" . ", -" .+. ", -" .+. ", -" .+. ", -" .+. ", -" .+. ", -" ..... ..... ", -".+++++ +++++. ", -" ..... ..... ", -" .+. ", -" .+. ", -" .+. ", -" .+. .... ", -" .+. .+++. ", -" . .+.++. ", -" .+..++. ", -" .+..++. ", -" .+..++. ", -" .+..++. ", -" .+..++. . ", -" .+..++.+. ", -" .+..++++. ", -" .+.++++. ", -" .++++++.. ", -" .+++++++++. ", -" .+..++++++. ", -" ..+.+++++. ", -" .+.++++. ", -" .+..++. ", -" .+++. ", -" ... ", +" ... ", +" .+. ", +" .+. ", +" .+. ", +".... .... ", +".+++ +++. ", +".... .... ", +" .+. ", +" .+. .... ", +" .+. .+++. ", +" ... .+..+. ", +" .++..+. ", +" .++..+. ", +" .++..+. ", +" .++..+. . ", +" .++..+.+. ", +" .++..+++. ", +" .++++.+. ", +" .++++.+.. ", +" .++++++.++. ", +" .++++++..+. ", +" ..+++++.+. ", +" .++++++. ", +" .+++++. ", +" .+++. ", +" ... ", +" ", +" ", +" ", +" ", +" ", " "}; diff --git a/src/pixmaps/cursor-eraser.xpm b/src/pixmaps/cursor-eraser.xpm index e1155068b..a2344740a 100644 --- a/src/pixmaps/cursor-eraser.xpm +++ b/src/pixmaps/cursor-eraser.xpm @@ -1,5 +1,5 @@ /* XPM */ -static char const *cursor_eraser_xpm[] = { +static char * cursor_eraser_xpm[] = { "32 32 3 1", " c None", ". c #FFFFFF", @@ -9,28 +9,28 @@ static char const *cursor_eraser_xpm[] = { " .+. ", "....+.... ", ".+++ +++. ", -"....+.... . ", -" .+. .+. ", -" .+. .+.+. ", -" ... .+. .+. ", -" .+. .+. ", -" .+. .+. ", -" .+. .+. ", -" .+. .+. ", -" .+. .+. ", -" .+. .+. ", -" .+. .+. ", -" .+. .+. ", -" .+. .+. ", -" .+. .+. ", -" .+. .+. ", -" .+. .+. ", -" .+. .+. ", -" .+. .+. ", -" .+. .+. ", -" .+.+. ", -" .+. ", -" . ", +"....+.... ... ", +" .+. .+++. ", +" .+. .+...+. ", +" ... .+.....+. ", +" .+.......+. ", +" .+.........+. ", +" .++..........+. ", +" .++...........+. ", +" .+.+...........+. ", +" .+..+..........++. ", +" .+...+.........++. ", +" .+...+.......+.+. ", +" .+...+.....+..+. ", +" .+...+...+...+. ", +" .+...+++...+. ", +" .+...+...+. ", +" .+..+..+. ", +" .+.+.+. ", +" .+++. ", +" ... ", +" ", +" ", " ", " ", " ", diff --git a/src/pixmaps/cursor-pen.xpm b/src/pixmaps/cursor-pen.xpm index e4d5d65f8..334338980 100644 --- a/src/pixmaps/cursor-pen.xpm +++ b/src/pixmaps/cursor-pen.xpm @@ -1,5 +1,5 @@ /* XPM */ -static char const *cursor_pen_xpm[] = { +static char * cursor_pen_xpm[] = { "32 32 3 1", " c None", ". c #FFFFFF", @@ -11,27 +11,27 @@ static char const *cursor_pen_xpm[] = { ".+++ +++. ", "....+.... ", " .+. ", -" .+. ", -" ... .. ", -" .++... ", -" .+.++++.. ", -" .++.+..++.. ", -" .++.+...++. ", -" .+.+.+....+. ", -" .+..+.++..+. ", -" .+..+..+..+. ", -" .+..+...+..+. ", -" .+..+.+...+.. ", -" .+...+.+..+.+. ", -" .++.......+.+. ", -" ..+.....++..+. ", -" .+++.++.+..+. ", -" ...++.+.++. ", -" .++++.++. ", -" .+++++. ", -" .+++. ", -" .+. ", -" . ", +" .+. .... ", +" ... .+++... ", +" .+..+++.. ", +" .+.+...++.. ", +" .+.+....++. ", +" .+..+.....+. ", +" .+...+....+. ", +" .+...++...+. ", +" .+...++...+.. ", +" .+.......+.+. ", +" .+........+.+. ", +" .++.....++..+. ", +" ..+++.++....+. ", +" ...++.+.++. ", +" .++++.++. ", +" .+++++. ", +" .+++. ", +" .+. ", +" . ", +" ", +" ", " ", " ", " ", diff --git a/src/pixmaps/cursor-pencil.xpm b/src/pixmaps/cursor-pencil.xpm index 6fb53959e..2cd4a103c 100644 --- a/src/pixmaps/cursor-pencil.xpm +++ b/src/pixmaps/cursor-pencil.xpm @@ -1,5 +1,5 @@ /* XPM */ -static char const *cursor_pencil_xpm[] = { +static char * cursor_pencil_xpm[] = { "32 32 3 1", " c None", ". c #FFFFFF", @@ -11,27 +11,27 @@ static char const *cursor_pencil_xpm[] = { ".+++ +++. ", "....+.... ", " .+. ", -" .+. ", -" ... ", -" .. ", -" .+...... ", -" .++++++. ", -" .++..+.+. ", -" .+..++..+. ", -" .+.+..+..+. ", -" .+++...+..+. ", -" .+..+...+..+. ", -" .+..+...+..+. ", -" .+..+...+..+. ", -" .+..+...+..+. ", -" .+..+...+.++. ", -" .+..+...+..+. ", -" .+..+.+...+. ", -" .+..+...+. ", -" .++...+. ", -" .+..+. ", -" .++. ", -" .. ", +" .+. ... ", +" ... .++... ", +" .+++++... ", +" .+++.+++.. ", +" .++.....++. ", +" .+........+. ", +" .+......+.+. ", +" .+....+++..+. ", +" .+...+...+..+. ", +" .+..+....+..+. ", +" .+.++.....+..+. ", +" .+..+.....+. +. ", +" .+..+.....+. ", +" .+..+... .+. ", +" .+..+. . . ", +" .+..+. . ", +" .+ .+. ", +" .+ . ", +" . ", +" ", +" ", " ", " ", " ", -- 2.30.2