Mercurial > emacs
annotate lisp/sb-tag-v.xpm @ 83339:026d9ba414d9
At long last, fix annoying SELECTED_FRAME crashes after unexpected connection failures. Yay!
* src/xdisp.c (select_frame_for_redisplay): Add xassert for FRAME_LIVE_P.
(unwind_redisplay): Don't restore previous frame if it has been deleted.
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-379
author | Karoly Lorentey <lorentey@elte.hu> |
---|---|
date | Sun, 10 Jul 2005 20:44:37 +0000 |
parents | c2a09ac7b7b1 |
children |
rev | line source |
---|---|
28974 | 1 /* XPM */ |
2 static char * sb_tag_v_xpm[] = { | |
55471 | 3 "20 15 5 1", |
28974 | 4 " c None", |
55471 | 5 ". c #B8B8B8", |
28974 | 6 "+ c #000000", |
7 "@ c #FFF993", | |
55471 | 8 "# c #828282", |
28974 | 9 " ", |
10 " ", | |
55471 | 11 " .............. ", |
12 " .++++++++++++++. ", | |
13 " .+@@@@@@@@@@@@@@+#", | |
14 " .+@@@++++++++++#@+#", | |
15 ".+@@@@@++++++++#@@+#", | |
16 ".+@++@@@++++++#@@@+#", | |
17 ".+@++@@@@++++#@@@@+#", | |
18 ".+@@@@@@@@++#@@@@@+#", | |
19 " #+@@@@@@@@#@@@@@@+#", | |
20 " #+@@@@@@@@@@@@@@+#", | |
21 " #++++++++++++++# ", | |
22 " ############## ", | |
28974 | 23 " "}; |