aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1996-09-01 20:52:17 +0000
committerRichard M. Stallman1996-09-01 20:52:17 +0000
commitc190bcd5d0e7295db2477b193001d039893d8a62 (patch)
tree5e408d4d657514a7b17daa7f1a82ed037581628a /src
parent2218e4d9c4bfc599c32a205cda39557516214d49 (diff)
downloademacs-c190bcd5d0e7295db2477b193001d039893d8a62.tar.gz
emacs-c190bcd5d0e7295db2477b193001d039893d8a62.zip
(struct x_display_info): Add element Xatom_FONT.
Diffstat (limited to 'src')
-rw-r--r--src/xterm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/xterm.h b/src/xterm.h
index 9edca4025e4..60643d8c1a8 100644
--- a/src/xterm.h
+++ b/src/xterm.h
@@ -266,6 +266,8 @@ struct x_display_info
266 Atom Xatom_wm_window_moved; /* When the WM moves us. */ 266 Atom Xatom_wm_window_moved; /* When the WM moves us. */
267 /* EditRes protocol */ 267 /* EditRes protocol */
268 Atom Xatom_editres; 268 Atom Xatom_editres;
269 /* Atom `FONT' */
270 Atom Xatom_FONT;
269 271
270 /* More atoms, which are selection types. */ 272 /* More atoms, which are selection types. */
271 Atom Xatom_CLIPBOARD, Xatom_TIMESTAMP, Xatom_TEXT, Xatom_DELETE, 273 Atom Xatom_CLIPBOARD, Xatom_TIMESTAMP, Xatom_TEXT, Xatom_DELETE,