mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-07 14:18:32 +00:00
(x_reply_selection_request): Call XFlushQueue.
This commit is contained in:
parent
6998a3b451
commit
cf2d699cf7
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user