changeset 35193:b317937fe5f8

(x_reply_selection_request): Add a comment.
author Gerd Moellmann <gerd@gnu.org>
date Wed, 10 Jan 2001 12:23:46 +0000
parents b4a8fdcf76cf
children 14eab8a95aa3
files src/xselect.c
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/xselect.c	Wed Jan 10 12:19:28 2001 +0000
+++ b/src/xselect.c	Wed Jan 10 12:23:46 2001 +0000
@@ -644,6 +644,12 @@
 		       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;