mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-08 10:51:03 +00:00
7aa51095d2
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18719 a592a061-630c-0410-9148-cb99ea01b6c8
26 lines
542 B
C
26 lines
542 B
C
/* XPM */
|
|
static char *functions[] = {
|
|
/* columns rows colors chars-per-pixel */
|
|
"20 17 2 1",
|
|
" c black",
|
|
". c None",
|
|
/* pixels */
|
|
". .. . .. . ....",
|
|
" .. .. . .. .. ...",
|
|
" ... .... ... ...",
|
|
" ...... .... ... ...",
|
|
" .. .. . ... .. ...",
|
|
". .. . .. . ....",
|
|
"............ .......",
|
|
"............ .......",
|
|
"........... ......",
|
|
"..... ..............",
|
|
"..... ..............",
|
|
".... .. ... . ..",
|
|
"..... .. .. . .. .",
|
|
"..... ... .. ... .",
|
|
"..... .. .. .. ... .",
|
|
"..... . .. .. ... .",
|
|
"..... .. . "
|
|
};
|