From 499282087cdf85488ab300fc77394fbacdf13044 Mon Sep 17 00:00:00 2001 From: joncruz Date: Sat, 26 Apr 2008 17:00:07 +0000 Subject: [PATCH] Missing added --- src/pixmaps/cursor-eraser.xpm | 38 +++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 src/pixmaps/cursor-eraser.xpm diff --git a/src/pixmaps/cursor-eraser.xpm b/src/pixmaps/cursor-eraser.xpm new file mode 100644 index 000000000..e1155068b --- /dev/null +++ b/src/pixmaps/cursor-eraser.xpm @@ -0,0 +1,38 @@ +/* XPM */ +static char const *cursor_eraser_xpm[] = { +"32 32 3 1", +" c None", +". c #FFFFFF", +"+ c #000000", +" ... ", +" .+. ", +" .+. ", +"....+.... ", +".+++ +++. ", +"....+.... . ", +" .+. .+. ", +" .+. .+.+. ", +" ... .+. .+. ", +" .+. .+. ", +" .+. .+. ", +" .+. .+. ", +" .+. .+. ", +" .+. .+. ", +" .+. .+. ", +" .+. .+. ", +" .+. .+. ", +" .+. .+. ", +" .+. .+. ", +" .+. .+. ", +" .+. .+. ", +" .+. .+. ", +" .+. .+. ", +" .+. .+. ", +" .+.+. ", +" .+. ", +" . ", +" ", +" ", +" ", +" ", +" "}; -- 2.30.2