diff options
Diffstat (limited to 'src/fl_cursor_help.xpm')
| -rw-r--r-- | src/fl_cursor_help.xpm | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/src/fl_cursor_help.xpm b/src/fl_cursor_help.xpm new file mode 100644 index 000000000..d9d8be0fd --- /dev/null +++ b/src/fl_cursor_help.xpm @@ -0,0 +1,39 @@ +/* XPM */ +static char * fl_cursor_help_xpm[] = { +"16 27 9 1", +" c None", +". c #FFFFFF", +"+ c #DBDBDB", +"@ c #242424", +"# c #000000", +"$ c #494949", +"% c #6D6D6D", +"& c #929292", +"* c #B6B6B6", +" ", +". ", +".+ ", +".@+ ", +".#@+ ", +".##@. ", +".###@. ", +".####@. ", +".#####$. ", +".######$. ", +".#######$. ", +".#####@@@%. ", +".#####+..... ", +".##$%#%. ", +".#$..@#. ", +".$. .&#%. ", +".. .##. .... ", +". .&#.+%$%&. ", +" ...*#@##%.", +" ++.*#@.", +" .%#$.", +" .%#@. ", +" .##+ ", +" .++. ", +" +##. ", +" +##. ", +" .... "}; |
