Home
last modified time | relevance | path

Searched refs:xselection (Results 1 – 4 of 4) sorted by relevance

/external/libvncserver/client_examples/
Dscrap.c383 (xevent.xselection.requestor in get_scrap()
513 response.xselection.property=None; in clipboard_filter()
514 response.xselection.type= SelectionNotify; in clipboard_filter()
515 response.xselection.display= req->display; in clipboard_filter()
516 response.xselection.requestor= req->requestor; in clipboard_filter()
517 response.xselection.selection=req->selection; in clipboard_filter()
518 response.xselection.target= req->target; in clipboard_filter()
519 response.xselection.time = req->time; in clipboard_filter()
525 sevent.xselection.type = SelectionNotify; in clipboard_filter()
526 sevent.xselection.display = req->display; in clipboard_filter()
[all …]
/external/libvncserver/x11vnc/
Dselection.c393 if (ev->xselection.selection == XA_PRIMARY) { in selection_send()
400 ev->xselection.property, ev->xselection.requestor, ev->xselection.selection); in selection_send()
402 } else if (clipboard_atom && ev->xselection.selection == clipboard_atom) { in selection_send()
409 ev->xselection.property, ev->xselection.requestor, ev->xselection.selection); in selection_send()
423 if (XGetWindowProperty(dpy, ev->xselection.requestor, in selection_send()
424 ev->xselection.property, nitems/4, PROP_MAX/16, True, in selection_send()
464 ev->xselection.selection == XA_PRIMARY ? "PRIMARY " : "CLIPBOARD", in selection_send()
499 if (ev->xselection.selection == XA_PRIMARY) { in selection_send()
501 } else if (clipboard_atom && ev->xselection.selection == clipboard_atom) { in selection_send()
Dxevents.c1459 xev.xselection.requestor == selwin && in check_xevents()
1460 xev.xselection.property != None && in check_xevents()
1461 xev.xselection.target == XA_STRING) { in check_xevents()
1462 Atom s = xev.xselection.selection; in check_xevents()
Dnox11.h1771 XSelectionEvent xselection; member