Mercurial > emacs
annotate lisp/toolbar/preferences.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 | b45a8f9db907 |
children | 734ff40978ad |
rev | line source |
---|---|
31591 | 1 /* XPM */ |
38331 | 2 static char * preferences_xpm[] = { |
32452
8f4a34146a9d
Reduce to max. 8 colors (mogrify -colorspace transparent -colors 8).
Gerd Moellmann <gerd@gnu.org>
parents:
32389
diff
changeset
|
3 "24 24 8 1", |
38331 | 4 " c None", |
5 ". c #000000", | |
6 "+ c #E1E0E0", | |
7 "@ c #D7C99B", | |
8 "# c #9A6C4E", | |
9 "$ c #A4A199", | |
10 "% c #858579", | |
11 "& c #AD8E30", | |
12 " ", | |
13 " ", | |
14 " ", | |
15 " .. ", | |
16 " ..++. . ", | |
17 " ..++++. .@. ", | |
18 " ...+++++++. .@#. ", | |
19 " ..++++++++++. .@#. ", | |
20 " .++++++#++++++.@#. ", | |
21 " .+++++#++++++.@#. ", | |
22 " .++#+#+++++.@#. ", | |
23 " .++#$#++++.@#.+. ", | |
24 " .++##+++.@#.++@. ", | |
25 " .++++++.@#.+++@%. ", | |
26 " .++++&+..@$$$$%. ", | |
27 " .++++..$$$$$$@. ", | |
28 " .+$%%$+++++.. ", | |
29 " .+++++++++. ", | |
30 " .++++++.. ", | |
31 " .++++@. ", | |
32 " .++.. ", | |
33 " .. ", | |
34 " ", | |
35 " "}; |