1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-30 00:51:50 -08:00

(struct x_display_info): New member cut_buffers_initialized.

This commit is contained in:
Karl Heuer 1995-03-31 03:40:45 +00:00
parent 547d9db874
commit 256d5bf652

View file

@ -292,6 +292,7 @@ struct x_display_info
#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. */