diff options
| author | Karl Heuer | 1995-03-31 03:40:45 +0000 |
|---|---|---|
| committer | Karl Heuer | 1995-03-31 03:40:45 +0000 |
| commit | 256d5bf652058780c8b503db271b520bce81593b (patch) | |
| tree | 19212a353f9ffb3a5a0fb2552a440cba5338baee /src | |
| parent | 547d9db87445c129adfd054f811b41fd00337fc6 (diff) | |
| download | emacs-256d5bf652058780c8b503db271b520bce81593b.tar.gz emacs-256d5bf652058780c8b503db271b520bce81593b.zip | |
(struct x_display_info): New member cut_buffers_initialized.
Diffstat (limited to 'src')
| -rw-r--r-- | src/xterm.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xterm.h b/src/xterm.h index cf9784bca63..da4076b5c1a 100644 --- a/src/xterm.h +++ b/src/xterm.h | |||
| @@ -292,6 +292,7 @@ struct x_display_info | |||
| 292 | #ifdef MULTI_KBOARD | 292 | #ifdef MULTI_KBOARD |
| 293 | KBOARD *kboard; | 293 | KBOARD *kboard; |
| 294 | #endif | 294 | #endif |
| 295 | int cut_buffers_initialized; /* Whether we're sure they all exist */ | ||
| 295 | }; | 296 | }; |
| 296 | 297 | ||
| 297 | /* This is a chain of structures for all the X displays currently in use. */ | 298 | /* This is a chain of structures for all the X displays currently in use. */ |