Lines Matching refs:Atom
104 RRCreateOutputProperty(Atom property) in RRCreateOutputProperty()
124 RRDeleteOutputProperty(RROutputPtr output, Atom property) in RRDeleteOutputProperty()
137 RRNoticePropertyChange(RROutputPtr output, Atom property, RRPropertyValuePtr value) in RRNoticePropertyChange()
140 Atom non_desktop_prop = MakeAtom(non_desktop_str, strlen(non_desktop_str), FALSE); in RRNoticePropertyChange()
160 RRChangeOutputProperty(RROutputPtr output, Atom property, Atom type, in RRChangeOutputProperty()
320 RRQueryOutputProperty(RROutputPtr output, Atom property) in RRQueryOutputProperty()
331 RRGetOutputProperty(RROutputPtr output, Atom property, Bool pending) in RRGetOutputProperty()
352 RRConfigureOutputProperty(RROutputPtr output, Atom property, in RRConfigureOutputProperty()
415 Atom *pAtoms = NULL; in ProcRRListOutputProperties()
428 if (!(pAtoms = xallocarray(numProps, sizeof(Atom)))) in ProcRRListOutputProperties()
434 .length = bytes_to_int32(numProps * sizeof(Atom)), in ProcRRListOutputProperties()
446 Atom *temppAtoms = pAtoms; in ProcRRListOutputProperties()
451 WriteSwappedDataToClient(client, numProps * sizeof(Atom), pAtoms); in ProcRRListOutputProperties()