mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-14 06:57:01 +00:00
20 lines
200 B
C
20 lines
200 B
C
|
/* XPM */
|
||
|
static char *a[] = {
|
||
|
/* columns rows colors chars-per-pixel */
|
||
|
"2 10 3 1",
|
||
|
" c black",
|
||
|
". c #5972ff",
|
||
|
"X c None",
|
||
|
/* pixels */
|
||
|
"..",
|
||
|
"..",
|
||
|
"XX",
|
||
|
"XX",
|
||
|
"..",
|
||
|
"..",
|
||
|
"XX",
|
||
|
"XX",
|
||
|
"..",
|
||
|
".."
|
||
|
};
|