From c190bcd5d0e7295db2477b193001d039893d8a62 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 1 Sep 1996 20:52:17 +0000 Subject: [PATCH] (struct x_display_info): Add element Xatom_FONT. --- src/xterm.h | 2 ++ 1 file changed, 2 insertions(+) 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 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, -- 2.39.2