(x_reply_selection_request): Call XFlushQueue.
authorRichard M. Stallman <rms@gnu.org>
Mon, 31 May 1993 17:02:59 +0000 (17:02 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 31 May 1993 17:02:59 +0000 (17:02 +0000)
src/xselect.c

index d239893..293029a 100644 (file)
@@ -544,6 +544,7 @@ x_reply_selection_request (event, format, data, size, type)
       XChangeProperty (display, window, reply.property, type, format,
                       PropModeReplace, data, 0);
     }
+  XFlushQueue ();
   UNBLOCK_INPUT;
 }
 \f