aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xterm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xterm.h b/src/xterm.h
index da4076b5c1a..8cec2d92bbd 100644
--- a/src/xterm.h
+++ b/src/xterm.h
@@ -290,7 +290,7 @@ struct x_display_info
290 Xatom_MULTIPLE, Xatom_INCR, Xatom_EMACS_TMP, Xatom_TARGETS, Xatom_NULL, 290 Xatom_MULTIPLE, Xatom_INCR, Xatom_EMACS_TMP, Xatom_TARGETS, Xatom_NULL,
291 Xatom_ATOM_PAIR; 291 Xatom_ATOM_PAIR;
292#ifdef MULTI_KBOARD 292#ifdef MULTI_KBOARD
293 KBOARD *kboard; 293 struct kboard *kboard;
294#endif 294#endif
295 int cut_buffers_initialized; /* Whether we're sure they all exist */ 295 int cut_buffers_initialized; /* Whether we're sure they all exist */
296}; 296};