mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-14 15:30:29 -08:00
; * src/xterm.c (struct x_client_list_window): Improve comment.
This commit is contained in:
parent
8db0acb0f0
commit
dd6a24ebed
1 changed files with 3 additions and 2 deletions
|
|
@ -1034,8 +1034,9 @@ struct x_client_list_window
|
|||
/* Whether or not the window is mapped. */
|
||||
bool mapped_p;
|
||||
|
||||
/* The event mask for the window before Emacs selected for events on
|
||||
it. */
|
||||
/* A bitmask describing events Emacs was listening for from the
|
||||
window before some extra events were added in
|
||||
`x_dnd_compute_toplevels'. */
|
||||
long previous_event_mask;
|
||||
|
||||
/* The window manager state of the window. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue