]> git.eshelyaron.com Git - emacs.git/commitdiff
(struct x_display_info): Use `struct kboard', not KBOARD.
authorRichard M. Stallman <rms@gnu.org>
Mon, 10 Apr 1995 07:48:16 +0000 (07:48 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 10 Apr 1995 07:48:16 +0000 (07:48 +0000)
src/xterm.h

index da4076b5c1a52fdbc716897551d9299eceb8432b..8cec2d92bbd83bc198d8e1b651ec0716f91fd575 100644 (file)
@@ -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 */
 };