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

/xsrc/external/mit/libXt/dist/src/
H A DSelection.c407 static XContext selectWindowContext = 0; variable in typeref:typename:XContext
487 if (selectWindowContext == 0)
488 selectWindowContext = XUniqueContext();
489 if (XFindContext(dpy, window, selectWindowContext,
493 (void) XSaveContext(dpy, window, selectWindowContext,
522 (void) XFindContext(dpy, window, selectWindowContext,
531 (void) XDeleteContext(dpy, window, selectWindowContext);

Completed in 9 milliseconds