mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-10 20:04:46 +00:00
ebcd88af15
(with old definition it appeared gray in PDF-output) - uniform it to the definition of the other images git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19488 a592a061-630c-0410-9148-cb99ea01b6c8
30 lines
636 B
C
30 lines
636 B
C
/* XPM */
|
|
static char const *update-ps_xpm[] = {
|
|
/* columns rows colors chars-per-pixel */
|
|
"20 20 3 1",
|
|
" c None",
|
|
". c navy",
|
|
"X c black",
|
|
/* pixels */
|
|
" ... ",
|
|
" ........ ",
|
|
" ..... ..... ",
|
|
" ... ... ",
|
|
" ... ... ",
|
|
" ... ... ",
|
|
" .. XXX XX .. ",
|
|
" .. X X X X .. ",
|
|
"... X X X ... ",
|
|
".. XXX XX .. ",
|
|
"... X X ... ",
|
|
" .. X X X .. ",
|
|
" .. X XX .. ",
|
|
" ... ... ",
|
|
" ... .. ... ",
|
|
" ... ..... ",
|
|
" . .... ",
|
|
" ..... ",
|
|
" ..... ",
|
|
" "
|
|
};
|