Home | History | Annotate | Download | only in xcms

Lines Matching refs:ccc

60     XcmsCCC ccc)
63 * Queries the Display of the specified CCC.
70 return(ccc->dpy);
84 XcmsCCC ccc)
87 * Queries the Visual of the specified CCC.
94 return(ccc->visual);
108 XcmsCCC ccc)
111 * Queries the screen number of the specified CCC.
118 return(ccc->screenNumber);
132 XcmsCCC ccc)
135 * Queries the screen white point of the specified CCC.
142 return(&ccc->pPerScrnInfo->screenWhitePt);
156 XcmsCCC ccc)
159 * Queries the client white point of the specified CCC.
166 return(&ccc->clientWhitePt);