Mercurial > emacs
diff src/xterm.h @ 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 | 32550876ed0f |
| children | 41c962c84de5 |
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,
