aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xterm.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/xterm.h b/src/xterm.h
index b0d9212a969..f28e170e0d2 100644
--- a/src/xterm.h
+++ b/src/xterm.h
@@ -263,10 +263,11 @@ struct x_display_info
263 Xatom_MULTIPLE, Xatom_INCR, Xatom_EMACS_TMP, Xatom_TARGETS, Xatom_NULL, 263 Xatom_MULTIPLE, Xatom_INCR, Xatom_EMACS_TMP, Xatom_TARGETS, Xatom_NULL,
264 Xatom_ATOM_PAIR; 264 Xatom_ATOM_PAIR;
265 265
266 /* More atoms for font properties. The last two are private 266 /* More atoms for font properties. The last three are private
267 properties, see the comments in src/fontset.h. */ 267 properties, see the comments in src/fontset.h. */
268 Atom Xatom_PIXEL_SIZE, 268 Atom Xatom_PIXEL_SIZE,
269 Xatom_MULE_BASELINE_OFFSET, Xatom_MULE_RELATIVE_COMPOSE; 269 Xatom_MULE_BASELINE_OFFSET, Xatom_MULE_RELATIVE_COMPOSE,
270 Xatom_MULE_DEFAULT_ASCENT;
270 271
271#ifdef MULTI_KBOARD 272#ifdef MULTI_KBOARD
272 struct kboard *kboard; 273 struct kboard *kboard;