Searched refs:SelectionNotify (Results 1 – 5 of 5) sorted by relevance
382 if ((xevent.type == SelectionNotify) && in get_scrap()514 response.xselection.type= SelectionNotify; in clipboard_filter()525 sevent.xselection.type = SelectionNotify; in clipboard_filter()
122 notify_event.type = SelectionNotify; in selection_request()
444 PropertyNotify, SelectionNotify, SelectionRequest); in print_xevent_bases()1457 if (XCheckTypedEvent(dpy, SelectionNotify, &xev)) { in check_xevents()1458 if (xev.type == SelectionNotify && in check_xevents()
267 #define SelectionNotify 31 macro
6178 if (type == SelectionNotify) return "SelectionNotify"; in Etype()