aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xselect.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/xselect.c b/src/xselect.c
index c56402e182f..ef3a78d694d 100644
--- a/src/xselect.c
+++ b/src/xselect.c
@@ -413,8 +413,9 @@ x_decline_selection_request (event)
413 reply.property = None; 413 reply.property = None;
414 414
415 BLOCK_INPUT; 415 BLOCK_INPUT;
416 (void) XSendEvent (reply.display, reply.requestor, False, 0L, 416 XSendEvent (reply.display, reply.requestor, False, 0L,
417 (XEvent *) &reply); 417 (XEvent *) &reply);
418 XFlushQueue ();
418 UNBLOCK_INPUT; 419 UNBLOCK_INPUT;
419} 420}
420 421