view lisp/sb-pg.xpm @ 83265:49a45eb55f63

Declare Vinhibit_redisplay in xterm.c. * src/xterm.c (Vinhibit_redisplay): Declare for x_flush. git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-305
author Karoly Lorentey <lorentey@elte.hu>
date Mon, 07 Mar 2005 16:51:07 +0000
parents c2a09ac7b7b1
children
line wrap: on
line source

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