]> git.eshelyaron.com Git - emacs.git/commitdiff
(x_decline_selection_request): Call XFlushQueue.
authorRichard M. Stallman <rms@gnu.org>
Mon, 11 Apr 1994 21:20:28 +0000 (21:20 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 11 Apr 1994 21:20:28 +0000 (21:20 +0000)
src/xselect.c

index c56402e182f5827541ff9a46d631124486dc94aa..ef3a78d694dc1d04b0343a96c1004c7830df14a4 100644 (file)
@@ -413,8 +413,9 @@ x_decline_selection_request (event)
   reply.property = None;
 
   BLOCK_INPUT;
-  (void) XSendEvent (reply.display, reply.requestor, False, 0L,
-                    (XEvent *) &reply);
+  XSendEvent (reply.display, reply.requestor, False, 0L,
+             (XEvent *) &reply);
+  XFlushQueue ();
   UNBLOCK_INPUT;
 }