Mercurial > emacs
annotate lisp/toolbar/gud-print.xpm @ 83028:bf5b5fb49420
Don't exit Emacs when the X display is closed during a tty-X combo session.
src/xterm.c (x_delete_display): Fix semantic typo.
(x_connection_closed): When deciding whether or not to shut down
Emacs, check for remaining elements in display_list, not
x_display_list.
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-68
author | Karoly Lorentey <lorentey@elte.hu> |
---|---|
date | Mon, 26 Jan 2004 07:17:34 +0000 |
parents | 46a4047710f4 |
children | f7114bba1fd4 |
rev | line source |
---|---|
48291 | 1 /* XPM */ |
2 static char * print_xpm[] = { | |
3 "24 24 2 1", | |
4 " c #C0C0C0C0C0C0", | |
5 ". c #000000000000", | |
6 " ", | |
7 " ", | |
8 " ", | |
9 " ", | |
10 " ", | |
11 " ", | |
12 " ", | |
13 " ", | |
14 " ... ... ", | |
15 " ... ... ", | |
16 " .. .. ", | |
17 " .. .. ", | |
18 " .. .. ", | |
19 " .. .. ", | |
20 " .. .. ", | |
21 " ... .. ", | |
22 " .. .. ", | |
23 " .. ", | |
24 " .. ", | |
25 " .. ", | |
26 " .... ", | |
27 " ", | |
28 " ", | |
29 " "}; |