fltk/src/fl_cursor_help.xpm
Lauri Kasanen c706d3c101 Constify the pointers in some XPM images. STR #3108
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10233 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2014-08-21 12:16:40 +00:00

40 lines
747 B
C

/* XPM */
static const char * const 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",
" ",
". ",
".+ ",
".@+ ",
".#@+ ",
".##@. ",
".###@. ",
".####@. ",
".#####$. ",
".######$. ",
".#######$. ",
".#####@@@%. ",
".#####+..... ",
".##$%#%. ",
".#$..@#. ",
".$. .&#%. ",
".. .##. .... ",
". .&#.+%$%&. ",
" ...*#@##%.",
" ++.*#@.",
" .%#$.",
" .%#@. ",
" .##+ ",
" .++. ",
" +##. ",
" +##. ",
" .... "};