Mercurial > emacs
changeset 11352:800e56de3795
(struct x_display_info): Use `struct kboard', not KBOARD.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 10 Apr 1995 07:48:16 +0000 |
parents | beecf2972ed3 |
children | 9e3da029f921 |
files | src/xterm.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 */ };