fltk/fluid/pixmaps/flClock.xpm
Michael R Sweet f841b45087 Sigh...
Remove CR's from XPM files.


git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2827 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
2002-11-07 13:29:01 +00:00

29 lines
524 B
C

/* XPM */
static const char *flClock_xpm[] = {
/* width height ncolors chars_per_pixel */
"16 16 5 1",
/* colors */
". c none",
"a c #000000",
"b c #c0c0c0",
"c c #000000",
"' c #202080",
/* pixels */
"................",
"................",
"....aaaaaaa.....",
"..aabbbbbbbcc...",
".abbbbbbbbb'bc..",
".abb'bbbbb'bbc..",
"abbbb'bbb'bbbbc.",
"abbbbb'b'bbbbbc.",
"abbbbbb'bbbbbbc.",
"abbbbbbbbbbbbbc.",
"abbbbbbbbbbbbbc.",
".abbbbbbbbbbbc..",
".abbbbbbbbbbbc..",
"..ccbbbbbbbcc...",
"....ccccccc.....",
"................",
};