f841b45087
Remove CR's from XPM files. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@2827 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
30 lines
539 B
C
30 lines
539 B
C
/* XPM */
|
|
static const char *flChoice_xpm[] = {
|
|
/* width height ncolors chars_per_pixel */
|
|
"16 16 6 1",
|
|
/* colors */
|
|
"a c #606060",
|
|
". c #000000",
|
|
"c c none",
|
|
"d c #b0b0b0",
|
|
"e c #ffffff",
|
|
"f c #d0d0d0",
|
|
/* pixels */
|
|
"cccccccccccccccc",
|
|
"cccccccccccccccc",
|
|
"cccccccccccccccc",
|
|
"ffffffffffffffff",
|
|
"feeeeeafddddddda",
|
|
"feeeeeafddddddda",
|
|
"feeeeeaf.......a",
|
|
"feeeeeafd.....da",
|
|
"feeeeeafdd...dda",
|
|
"feeeeeafddd.ddda",
|
|
"feeeeeafddddddda",
|
|
"feeeeeafddddddda",
|
|
"aaaaaaaaaaaaaaaa",
|
|
"cccccccccccccccc",
|
|
"cccccccccccccccc",
|
|
"cccccccccccccccc"
|
|
};
|