diff src/xselect.c @ 3348:69239557a899

(x_reply_selection_request): Call XFlushQueue.
author Richard M. Stallman <rms@gnu.org>
date Mon, 31 May 1993 17:02:59 +0000
parents 419d3bf1cb2b
children e1d043cb2f1a
line wrap: on
line diff
--- a/src/xselect.c	Mon May 31 07:21:10 1993 +0000
+++ b/src/xselect.c	Mon May 31 17:02:59 1993 +0000
@@ -544,6 +544,7 @@
       XChangeProperty (display, window, reply.property, type, format,
 		       PropModeReplace, data, 0);
     }
+  XFlushQueue ();
   UNBLOCK_INPUT;
 }