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:
parent
911ea13b3e
commit
4fe2b2b6c3
1 changed files with 3 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue