changeset 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 53c89f73e85a
children 31390246a7a2
files src/xselect.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
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;
 }