diff options
Diffstat (limited to '')
-rw-r--r-- | src/ui/pixmaps/cursor-dropper-f.xpm | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/src/ui/pixmaps/cursor-dropper-f.xpm b/src/ui/pixmaps/cursor-dropper-f.xpm new file mode 100644 index 0000000..2804f66 --- /dev/null +++ b/src/ui/pixmaps/cursor-dropper-f.xpm @@ -0,0 +1,39 @@ +/* XPM */ +static const char * cursor_dropper_f_xpm[] = { +"32 32 4 1 5 5", +" c None", +"@ c Fill", +". c #FFFFFF", +"+ c #000000", +" ... ............", +" .+. .++++++++++.", +" .+. .+@@@@@@@@+.", +" .+. .+@@@@@@@@+.", +".... .... .+@@@@@@@@+.", +".+++ +++. .+@@@@@@@@+.", +".... .... .+@@@@@@@@+.", +" .+. .+@@@@@@@@+.", +" .+. .... .+@@@@@@@@+.", +" .+. .+++. .+@@@@@@@@+.", +" ... .+..+. .++++++++++.", +" .++..+. ............", +" .++..+. ", +" .++..+. ", +" .++..+. . ", +" .++..+.+. ", +" .++..+++. ", +" .++++.+. ", +" .++++.+.. ", +" .++++++.++. ", +" .++++++..+. ", +" ..+++++.+. ", +" .++++++. ", +" .+++++. ", +" .+++. ", +" ... ", +" ", +" ", +" ", +" ", +" ", +" "}; |