changeset 16049:d7eb8b39a84b

(struct x_display_info): Add element Xatom_FONT.
author Richard M. Stallman <rms@gnu.org>
date Sun, 01 Sep 1996 20:52:17 +0000
parents befa11d2da7e
children c2805a244171
files src/xterm.h
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/xterm.h	Sun Sep 01 20:49:29 1996 +0000
+++ b/src/xterm.h	Sun Sep 01 20:52:17 1996 +0000
@@ -266,6 +266,8 @@
   Atom Xatom_wm_window_moved;     /* When the WM moves us.  */
   /* EditRes protocol */
   Atom Xatom_editres;
+  /* Atom `FONT' */
+  Atom Xatom_FONT;
 
   /* More atoms, which are selection types.  */
   Atom Xatom_CLIPBOARD, Xatom_TIMESTAMP, Xatom_TEXT, Xatom_DELETE,