Home
last modified time | relevance | path

Searched refs:SelectionNotify (Results 1 – 5 of 5) sorted by relevance

/external/libvncserver/client_examples/
Dscrap.c382 if ((xevent.type == SelectionNotify) && in get_scrap()
514 response.xselection.type= SelectionNotify; in clipboard_filter()
525 sevent.xselection.type = SelectionNotify; in clipboard_filter()
/external/libvncserver/x11vnc/
Dselection.c122 notify_event.type = SelectionNotify; in selection_request()
Dxevents.c444 PropertyNotify, SelectionNotify, SelectionRequest); in print_xevent_bases()
1457 if (XCheckTypedEvent(dpy, SelectionNotify, &xev)) { in check_xevents()
1458 if (xev.type == SelectionNotify && in check_xevents()
Dnox11.h267 #define SelectionNotify 31 macro
Duserinput.c6178 if (type == SelectionNotify) return "SelectionNotify"; in Etype()