mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
32 lines
660 B
C
32 lines
660 B
C
|
/* XPM */
|
||
|
static char *matrix[] = {
|
||
|
/* width height num_colors chars_per_pixel */
|
||
|
" 20 20 2 1",
|
||
|
/* colors */
|
||
|
". c #bebebe",
|
||
|
"# c #0000ff",
|
||
|
/* pixels */
|
||
|
"....................",
|
||
|
"....................",
|
||
|
"....................",
|
||
|
"...####.####.####...",
|
||
|
"...#..#.#..#.#..#...",
|
||
|
"...#..#.#..#.#..#...",
|
||
|
"...####.####.####...",
|
||
|
"....................",
|
||
|
"...####.####.####...",
|
||
|
"...#..#.#..#.#..#...",
|
||
|
"...#..#.#..#.#..#...",
|
||
|
"...####.####.####...",
|
||
|
"....................",
|
||
|
"...####.####.####...",
|
||
|
"...#..#.#..#.#..#...",
|
||
|
"...#..#.#..#.#..#...",
|
||
|
"...####.####.####...",
|
||
|
"....................",
|
||
|
"....................",
|
||
|
"...................."
|
||
|
};
|
||
|
|
||
|
|