diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/pixmaps/cursor-attract.xpm | 2 | ||||
| -rw-r--r-- | 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", |
