fltk/fluid/pixmaps/flComment.xpm
Michael R Sweet 5cdf984737 Remove DOS line endings from text files.
Make sure that all files have the proper MIME type and eol-style properties
set.


git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4628 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2005-11-02 19:06:55 +00:00

28 lines
511 B
C

/* XPM */
static const char *flComment_xpm[] = {
/* width height ncolors chars_per_pixel */
"16 16 4 1",
/* colors */
". c none",
"a c #000000",
"b c #c0e0c0",
"c c #000000",
/* pixels */
"................",
"................",
".aaaaaaaaaaaaaa.",
".abbbbbbbbbbbbc.",
".abbbbbccbbccbc.",
".abbbbccbbccbbc.",
".abbbbccbbccbbc.",
".abbbccbbccbbbc.",
".abbbccbbccbbbc.",
".abbccbbccbbbbc.",
".abbccbbccbbbbc.",
".abccbbccbbbbbc.",
".abbbbbbbbbbbbc.",
".accccccccccccc.",
"................",
"................",
};