view lisp/sb-pg-minus.xpm @ 56674:302e4e1415d3

term/x-win.el (x-selection-value): If utf8 was successful but ctext was not, use utf8 string.
author Kenichi Handa <handa@m17n.org>
date Mon, 16 Aug 2004 00:04:03 +0000
parents c2a09ac7b7b1
children
line wrap: on
line source

/* XPM */
static char * sb_pg_minus_xpm[] = {
"20 15 5 1",
" 	c None",
".	c #B8B8B8",
"+	c #000000",
"@	c #828282",
"#	c #FFFFFF",
"       ............ ",
"      .++++++++++++@",
"     .++##########+@",
"    .+#+##########+@",
"   .+##+##########+@",
"  .+###+##########+@",
" .+####+##########+@",
".+++++++#+++++####+@",
".+########.....###+@",
".+################+@",
".+################+@",
".+################+@",
".+################+@",
".++++++++++++++++++@",
" @@@@@@@@@@@@@@@@@@ "};