1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-24 07:20:37 +00:00

(x_reply_selection_request): Add a comment.

This commit is contained in:
Gerd Moellmann 2001-01-10 12:23:46 +00:00
parent c1efd26046
commit 47a6ac17a1

View File

@ -644,6 +644,12 @@ x_reply_selection_request (event, format, data, size, type)
PropModeReplace, data, 0);
}
/* The window we're communicating with may have been deleted
in the meantime (that's a real situation from a bug report).
In this case, there may be events in the event queue still
refering to the deleted window, and we'll get a BadWindow error
in XTread_socket when processing the events. I don't have
an idea how to fix that. gerd, 2001-01-98. */
XFlush (display);
x_uncatch_errors (display, count);
UNBLOCK_INPUT;