# HG changeset patch # User Richard M. Stallman # Date 738867779 0 # Node ID 69239557a8992ee90789b13489e9cb001ff38fe5 # Parent 53c89f73e85aa3ae933736fe99786fc8362fdf8f (x_reply_selection_request): Call XFlushQueue. diff -r 53c89f73e85a -r 69239557a899 src/xselect.c --- 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; }