Commit 7cda1012 authored by Ulrich Sibiller's avatar Ulrich Sibiller Committed by Mike Gabriel

Clipboard.c: flush more often to ensure a smooth clipboard experience

parent 65877a19
......@@ -432,7 +432,7 @@ Status SendSelectionNotifyEventToServer(XSelectionEvent *event_to_send)
}
#endif
//NXFlushDisplay(nxagentDisplay, NXFlushLink);
NXFlushDisplay(nxagentDisplay, NXFlushLink);
return result;
}
......@@ -714,8 +714,6 @@ void nxagentReplyRequestSelection(XEvent *X, Bool success)
}
SendSelectionNotifyEventToServer(&eventSelection);
NXFlushDisplay(nxagentDisplay, NXFlushLink);
}
/*
......
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