changeset 11351:beecf2972ed3

(struct frame): Use `struct kboard', not KBOARD.
author Richard M. Stallman <rms@gnu.org>
date Mon, 10 Apr 1995 07:47:42 +0000
parents 2fc5320e4a99
children 800e56de3795
files src/frame.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/frame.h	Mon Apr 10 07:46:48 1995 +0000
+++ b/src/frame.h	Mon Apr 10 07:47:42 1995 +0000
@@ -170,7 +170,7 @@
   /* A pointer to the kboard structure associated with this frame.
      For termcap frames, this points to initial_kboard.  For X frames,
      it will be the same as display.x->display_info->kboard.  */
-  KBOARD *kboard;
+  struct kboard *kboard;
 #endif
 
   /* Number of lines of menu bar.  */