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

/xsrc/external/mit/libXt/dist/src/
H A DSelection.c128 static XContext multipleContext = 0; variable in typeref:typename:XContext
1945 if (multipleContext == 0)
1946 multipleContext = XUniqueContext();
1949 (void) XFindContext(dpy, window, multipleContext, (XPointer *) &qi);
2003 if (multipleContext == 0)
2004 multipleContext = XUniqueContext();
2007 (void) XFindContext(dpy, window, multipleContext, (XPointer *) &qi);
2076 if (multipleContext == 0)
2077 multipleContext = XUniqueContext();
2080 (void) XFindContext(dpy, window, multipleContext, (XPointe
[all...]

Completed in 4 milliseconds