lyx_mirror/images/delim.xpm
Angus Leeming c638bfee65 I remembered the xpm files in $TOP/lib but forgot those in $TOP/images...
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7873 a592a061-630c-0410-9148-cb99ea01b6c8
2003-10-07 20:11:19 +00:00

33 lines
679 B
C

/* XPM */
static char const * delim[] = {
/* width height num_colors chars_per_pixel */
" 20 20 3 1",
/* colors */
" c None",
". c #000000",
"X c #0000ff",
/* pixels */
" ",
" ",
" ",
" ... ... ",
" ... XXXXXX ... ",
" .. XXXXXX .. ",
" .. XX XX .. ",
" .. XX XX .. ",
" .. XX XX .. ",
" .. XX XX .. ",
" .. XX XX .. ",
" .. XX XX .. ",
" .. XX XX .. ",
" .. XX XX .. ",
" .. XXXXXX .. ",
" ... XXXXXX ... ",
" ... ... ",
" ",
" ",
" "
};