aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/frame.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frame.h b/src/frame.h
index 1de00dde65d..0cde7162bd1 100644
--- a/src/frame.h
+++ b/src/frame.h
@@ -170,7 +170,7 @@ struct frame
170 /* A pointer to the kboard structure associated with this frame. 170 /* A pointer to the kboard structure associated with this frame.
171 For termcap frames, this points to initial_kboard. For X frames, 171 For termcap frames, this points to initial_kboard. For X frames,
172 it will be the same as display.x->display_info->kboard. */ 172 it will be the same as display.x->display_info->kboard. */
173 KBOARD *kboard; 173 struct kboard *kboard;
174#endif 174#endif
175 175
176 /* Number of lines of menu bar. */ 176 /* Number of lines of menu bar. */