1
0
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:
Richard M. Stallman 1993-05-31 17:02:59 +00:00
parent 6998a3b451
commit cf2d699cf7

View File

@ -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;
}