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, ...@@ -1779,10 +1779,7 @@ int nxagentConvertSelection(ClientPtr client, WindowPtr pWin, Atom selection,
"notifying failure to client\n", __func__); "notifying failure to client\n", __func__);
#endif #endif
sendSelectionNotifyEventToClient(lastClientClientPtr, lastClientTime, lastClientRequestor, endTransfer(SELECTION_FAULT);
lastClientSelection, lastClientTarget, None);
setClientSelectionStage(SelectionStageNone);
} }
else 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