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

/xsrc/external/mit/ctwm/dist/
H A Dewmh.c198 Window selectionOwner; local in function:EwmhReplaceWM
203 selectionOwner = XGetSelectionOwner(dpy, wmAtom);
204 if(selectionOwner == scr->icccm_Window) {
205 selectionOwner = None;
208 if(selectionOwner != None) {
218 XSelectInput(dpy, selectionOwner, StructureNotifyMask);
224 selectionOwner = None;
232 if(selectionOwner != None && !CLarg.ewmh_replace) {
254 if(selectionOwner != None) {
265 int found = XCheckTypedWindowEvent(dpy, selectionOwner, DestroyNotif
[all...]

Completed in 53 milliseconds