diff options
Diffstat (limited to 'src/fl_cursor_wait.xpm')
| -rw-r--r-- | src/fl_cursor_wait.xpm | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/src/fl_cursor_wait.xpm b/src/fl_cursor_wait.xpm new file mode 100644 index 000000000..3fb2ce32a --- /dev/null +++ b/src/fl_cursor_wait.xpm @@ -0,0 +1,46 @@ +/* XPM */ +static char * fl_cursor_wait_xpm[] = { +"17 32 11 1", +" c None", +". c #FFFFFF", +"+ c #2E2E2E", +"@ c #202020", +"# c #242424", +"$ c #000000", +"% c #494949", +"& c #929292", +"* c #B6B6B6", +"= c #DBDBDB", +"- c #6D6D6D", +".................", +".+@@@@@@@@@@@@@+.", +".................", +" .#$$$$$$$$$$$#. ", +" .%$$$$$$$$$$$%. ", +" .&$$$$$$$$$$$&. ", +" *$$$$$$$$$$$* ", +" =$$$$$$$$$$$= ", +" .#$$$$$$$$$#. ", +" .-$$$$$$$$$-. ", +" *$$$$$$$$$* ", +" .$=.....=$. ", +" .%-.....-%. ", +" =#=...=#= ", +" .-%...%-. ", +" .##.##. ", +" .#$.$#. ", +" .-$$.$$-. ", +" =$$$.$$$= ", +" .%$$$.$$$%. ", +" .$$$$.$$$$. ", +" *$$$$.$$$$* ", +" .-$$$$.$$$$-. ", +" .#$$$$.$$$$#. ", +" =$$#&*.*&#$$= ", +" *$%.......%$* ", +" .&#.........#&. ", +" .%-.........-%. ", +" .#$$$$$$$$$$$#. ", +".................", +".+@@@@@@@@@@@@@+.", +"................."}; |
