Mercurial > emacs
changeset 11163:d6b56a8f415b
(struct x_display_info): New member cut_buffers_initialized.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Fri, 31 Mar 1995 03:40:45 +0000 |
parents | 95b70c82ec51 |
children | 039420ad38d0 |
files | src/xterm.h |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xterm.h Fri Mar 31 03:40:24 1995 +0000 +++ b/src/xterm.h Fri Mar 31 03:40:45 1995 +0000 @@ -292,6 +292,7 @@ #ifdef MULTI_KBOARD KBOARD *kboard; #endif + int cut_buffers_initialized; /* Whether we're sure they all exist */ }; /* This is a chain of structures for all the X displays currently in use. */