view etc/images/separator.xpm @ 73049:5fe222b4d692

(optimize_sub_char_table): Don't optimize a sub-char-table whose default value is non-nil.
author Kenichi Handa <handa@m17n.org>
date Fri, 22 Sep 2006 12:54:38 +0000
parents 75b06a7624a1
children bc8dc4ac1e28
line wrap: on
line source

/* XPM */
static char * separator_xpm[] = {
"2 24 3 1",
" 	c None",
".	c #DBD3CB",
"+	c #FCFBFA",
"  ",
"  ",
"  ",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
"  ",
"  ",
"  "};