From e47a168b0632b7cddd80d5621d9aed0ac80b807d Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 10 Apr 1995 07:48:16 +0000 Subject: [PATCH] (struct x_display_info): Use `struct kboard', not KBOARD. --- src/xterm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ }; -- 2.39.5