view lisp/sb-tag-minus.xpm @ 83378:3b40dd9f3d92

Fix assertion on kboard->kbd_queue and other such crashes. * src/keyboard.c (pop_kboard): Set current_kboard to the kboard of the selected frame when the stored kboard object has been deleted before pop_kboard. (restore_kboard_configuration): Call pop_kboard only after setting up single_kboard mode. git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-418
author Karoly Lorentey <lorentey@elte.hu>
date Sun, 11 Sep 2005 09:34:22 +0000
parents c2a09ac7b7b1
children
line wrap: on
line source

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