Code

Fix wrong number of colors in Tweak tool XPM cursors
authorKrzysztof Kosiński <tweenk.pl@gmail.com>
Sun, 21 Nov 2010 14:59:47 +0000 (15:59 +0100)
committerKrzysztof Kosiński <tweenk.pl@gmail.com>
Sun, 21 Nov 2010 14:59:47 +0000 (15:59 +0100)
src/pixmaps/cursor-attract.xpm
src/pixmaps/cursor-repel.xpm

index 23e999304ac8c4650b1e600a47499c3547d49b87..56033b287226873009ce057fdddfbbb0c7d04d0e 100644 (file)
@@ -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",
index 3415ce490bde1a3d9ee22e221e3e982cbff5be67..d365cddc315e7abeb4d08a617b02b05d54e7e0fa 100644 (file)
@@ -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",