Searched refs:SelectionClear (Results 1 – 3 of 3) sorted by relevance
445 fprintf(stderr, " SelClear=%d, Expose=%d\n", SelectionClear, Expose); in print_xevent_bases()1546 if (XCheckTypedEvent(dpy, SelectionClear, &xev)) { in check_xevents()1547 if (own_primary && xev.type == SelectionClear && in check_xevents()1558 if (own_clipboard && xev.type == SelectionClear && in check_xevents()
265 #define SelectionClear 29 macro
6176 if (type == SelectionClear) return "SelectionClear"; in Etype()