# HG changeset patch # User Richard M. Stallman # Date 797500096 0 # Node ID 800e56de3795de4af1e29b74c9a1e4ab20ff4daf # Parent beecf2972ed37f740fb515c6c1b770c47b0a812c (struct x_display_info): Use `struct kboard', not KBOARD. diff -r beecf2972ed3 -r 800e56de3795 src/xterm.h --- a/src/xterm.h Mon Apr 10 07:47:42 1995 +0000 +++ b/src/xterm.h Mon Apr 10 07:48:16 1995 +0000 @@ -290,7 +290,7 @@ 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 */ };