1
Fork 0
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:
Po Lu 2022-05-20 20:08:06 +08:00
parent 8db0acb0f0
commit dd6a24ebed

View file

@ -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. */