lyx_mirror/lib/images/buffer-update_ps.xpm
Uwe Stöhr ebcd88af15 buffer-update_ps.xpm: - fix color definition to be able to reference it in the docs
(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
2007-08-12 23:06:40 +00:00

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 .. ",
" ... ... ",
" ... .. ... ",
" ... ..... ",
" . .... ",
" ..... ",
" ..... ",
" "
};