]> git.eshelyaron.com Git - emacs.git/commitdiff
(struct x_display_info): Add element Xatom_FONT.
authorRichard M. Stallman <rms@gnu.org>
Sun, 1 Sep 1996 20:52:17 +0000 (20:52 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 1 Sep 1996 20:52:17 +0000 (20:52 +0000)
src/xterm.h

index 9edca4025e4d26f3c90d8b76a34f53d0842bf627..60643d8c1a87c81c57a6f61f863c1a3c925e3fce 100644 (file)
@@ -266,6 +266,8 @@ struct x_display_info
   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,