mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-13 06:20:28 +00:00
14a6a7d683
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5227 a592a061-630c-0410-9148-cb99ea01b6c8
12 lines
168 B
C
12 lines
168 B
C
/* XPM */
|
|
static char *a[] = {
|
|
/* columns rows colors chars-per-pixel */
|
|
"10 2 3 1",
|
|
" c black",
|
|
". c #5972ff",
|
|
"X c None",
|
|
/* pixels */
|
|
"..XX..XX..",
|
|
"..XX..XX.."
|
|
};
|