mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-10 20:04:46 +00:00
33 lines
678 B
C
33 lines
678 B
C
|
/* XPM */
|
||
|
static char *unknown_xpm[] = {
|
||
|
/* width height num_colors chars_per_pixel */
|
||
|
" 20 20 2 1",
|
||
|
/* colors */
|
||
|
". c #000000000000",
|
||
|
"# c #befbbefbbefb",
|
||
|
/* pixels */
|
||
|
"####################",
|
||
|
"####################",
|
||
|
"####################",
|
||
|
"####################",
|
||
|
"####################",
|
||
|
"########.....#######",
|
||
|
"#######..##..#######",
|
||
|
"#######..##..#######",
|
||
|
"##########..########",
|
||
|
"########...#########",
|
||
|
"########..##########",
|
||
|
"####################",
|
||
|
"########..##########",
|
||
|
"########..##########",
|
||
|
"####################",
|
||
|
"####################",
|
||
|
"####################",
|
||
|
"####################",
|
||
|
"####################",
|
||
|
"####################"
|
||
|
};
|
||
|
|
||
|
|
||
|
|