Lines Matching refs:MatricesAtom
354 Atom MatricesAtom, CorrectAtom;
371 MatricesAtom = ParseAtom(dpy, XDCCC_MATRIX_ATOM_NAME, True);
372 if (MatricesAtom != None) {
373 if (_XcmsGetProperty(dpy, root, MatricesAtom, &format, &nitems,
386 if (MatricesAtom == None || !format) {
584 Atom MatricesAtom, CorrectAtom;
587 MatricesAtom = ParseAtom(dpy, XDCCC_SCREENWHITEPT_ATOM_NAME, True);
588 if (MatricesAtom != None) {
589 if (_XcmsGetProperty(dpy, root, MatricesAtom, &format, &nitems,
602 if (MatricesAtom == None || !format) {
749 Atom MatricesAtom, CorrectAtom, ret_atom;
752 MatricesAtom = ParseAtom(dpy, XDCCC_MATRIX_ATOM_NAME, True);
753 if (MatricesAtom != None) {
754 status = XGetWindowProperty(dpy, root, MatricesAtom, 0, 8192,
759 if (MatricesAtom == None || status != Success || !ret_format) {
764 XDeleteProperty(dpy, root, MatricesAtom);
786 MatricesAtom = ParseAtom(dpy, XDCCC_SCREENWHITEPT_ATOM_NAME, True);
787 if (MatricesAtom != None) {
788 status = XGetWindowProperty(dpy, root, MatricesAtom, 0, 8192,
793 if (MatricesAtom == None || status != Success || !ret_format) {
799 XDeleteProperty(dpy, root, MatricesAtom);