Searched refs:selection_event (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/remoting/host/linux/
H A Dx_server_clipboard.cc221 XSelectionEvent selection_event; local
222 selection_event.type = SelectionNotify;
223 selection_event.display = event->xselectionrequest.display;
224 selection_event.requestor = event->xselectionrequest.requestor;
225 selection_event.selection = event->xselectionrequest.selection;
226 selection_event.time = event->xselectionrequest.time;
227 selection_event.target = event->xselectionrequest.target;
230 if (!IsSelectionOwner(selection_event.selection)) {
231 selection_event.property = None;
233 selection_event
[all...]

Completed in 928 milliseconds