# HG changeset patch # User Richard M. Stallman # Date 841611137 0 # Node ID d7eb8b39a84b99ed37901f179cfd957b4e67f4a9 # Parent befa11d2da7e48cc70d8bbd0207b94481a467ba9 (struct x_display_info): Add element Xatom_FONT. diff -r befa11d2da7e -r d7eb8b39a84b src/xterm.h --- 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,