view lisp/sb-pg-plus.xpm @ 83166:1b6966337091

Reapply src/Makefile.in changes that got lost in the tagline snafu of patch-197. git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-206
author Karoly Lorentey <lorentey@elte.hu>
date Sat, 03 Jul 2004 18:40:41 +0000
parents c2a09ac7b7b1
children
line wrap: on
line source

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