Commit 6db07e99 authored by Ulrich Sibiller's avatar Ulrich Sibiller Committed by Mike Gabriel

Clipboard.c: call endTransfer()

instead of sendSelectionNotifyEventToClient + setClientSelectionStage
parent c8cec758
......@@ -1779,10 +1779,7 @@ int nxagentConvertSelection(ClientPtr client, WindowPtr pWin, Atom selection,
"notifying failure to client\n", __func__);
#endif
sendSelectionNotifyEventToClient(lastClientClientPtr, lastClientTime, lastClientRequestor,
lastClientSelection, lastClientTarget, None);
setClientSelectionStage(SelectionStageNone);
endTransfer(SELECTION_FAULT);
}
else
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment