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

/xsrc/external/mit/xorg-server.old/dist/hw/xquartz/pbproxy/
H A Dx-selection.h61 Window _selection_window; field in interface:x_selection
H A Dx-selection.m386 XSetSelectionOwner (xpbproxy_dpy, atoms->primary, _selection_window, CurrentTime);
402 _selection_window, timestamp);
404 _selection_window, timestamp);
422 atoms->primary, _selection_window, CurrentTime);
461 if(owner == _selection_window)
471 XSetSelectionOwner(xpbproxy_dpy, atoms->clipboard_manager, _selection_window, CurrentTime);
472 return (_selection_window == XGetSelectionOwner(xpbproxy_dpy, atoms->clipboard_manager));
474 if(owner != _selection_window)
534 * Set pbproxy's _selection_window as the owner, and continue.
539 } else if (owner == _selection_window) {
[all...]
/xsrc/external/mit/xorg-server/dist/hw/xquartz/pbproxy/
H A Dx-selection.h60 Window _selection_window; field in interface:x_selection
H A Dx-selection.m362 _selection_window,
378 _selection_window, timestamp);
380 _selection_window, timestamp);
398 atoms->primary, _selection_window, CurrentTime);
436 if (owner == _selection_window)
447 _selection_window,
449 return (_selection_window ==
453 if (owner != _selection_window)
515 * Set pbproxy's _selection_window as the owner, and continue.
521 else if (owner == _selection_window) {
[all...]

Completed in 4 milliseconds