1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-03 02:31:03 -08:00

(struct x_output): New field has_been_visible.

This commit is contained in:
Richard M. Stallman 1997-05-31 07:32:47 +00:00
parent 911ea13b3e
commit 4fe2b2b6c3

View file

@ -484,6 +484,9 @@ struct x_output
/* Nonzero means tried already to make this frame visible. */
char asked_for_visible;
/* Nonzero if this frame was ever previously visible. */
char has_been_visible;
#ifdef HAVE_X_I18N
/* Input method. */
XIM xim;