summaryrefslogtreecommitdiff
path: root/src/xterm.h
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1995-04-10 07:48:16 +0000
committerRichard M. Stallman <rms@gnu.org>1995-04-10 07:48:16 +0000
commite47a168b0632b7cddd80d5621d9aed0ac80b807d (patch)
treef65a44b20b71026b35e29453f13e54713fd93e7d /src/xterm.h
parentfadab1e3d6ec835452203161ad757971e7bc0b23 (diff)
downloademacs-e47a168b0632b7cddd80d5621d9aed0ac80b807d.tar.gz
(struct x_display_info): Use `struct kboard', not KBOARD.
Diffstat (limited to 'src/xterm.h')
-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
Xatom_MULTIPLE, Xatom_INCR, Xatom_EMACS_TMP, Xatom_TARGETS, Xatom_NULL,
Xatom_ATOM_PAIR;
#ifdef MULTI_KBOARD
- KBOARD *kboard;
+ struct kboard *kboard;
#endif
int cut_buffers_initialized; /* Whether we're sure they all exist */
};