From 852c1d80c16a2e24d94c87979a1cf9b986a94b18 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Krzysztof=20Kosi=C5=84ski?= Date: Sun, 21 Nov 2010 15:59:47 +0100 Subject: [PATCH] Fix wrong number of colors in Tweak tool XPM cursors --- src/pixmaps/cursor-attract.xpm | 2 +- src/pixmaps/cursor-repel.xpm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pixmaps/cursor-attract.xpm b/src/pixmaps/cursor-attract.xpm index 23e999304..56033b287 100644 --- a/src/pixmaps/cursor-attract.xpm +++ b/src/pixmaps/cursor-attract.xpm @@ -1,6 +1,6 @@ /* XPM */ static char const *cursor_attract_xpm[] = { -"32 32 6 1", +"32 32 3 1", " c None", ". c #FFFFFF", "+ c #000000", diff --git a/src/pixmaps/cursor-repel.xpm b/src/pixmaps/cursor-repel.xpm index 3415ce490..d365cddc3 100644 --- a/src/pixmaps/cursor-repel.xpm +++ b/src/pixmaps/cursor-repel.xpm @@ -1,6 +1,6 @@ /* XPM */ static char const *cursor_repel_xpm[] = { -"32 32 6 1", +"32 32 3 1", " c None", ". c #FFFFFF", "+ c #000000", -- 2.30.2