Home | History | Annotate | Download | only in randr

Lines Matching defs:property

102 RRCreateOutputProperty (Atom property)
110 prop->propertyName = property;
122 RRDeleteOutputProperty(RROutputPtr output, Atom property)
127 if (prop->propertyName == property) {
135 RRChangeOutputProperty (RROutputPtr output, Atom property, Atom type,
151 /* first see if property already exists */
152 prop = RRQueryOutputProperty (output, property);
155 prop = RRCreateOutputProperty (property);
166 /* To append or prepend to a property the request format and type
167 must match those of the already defined property. The
262 RRPropertyPtr property;
269 for (property = output->properties; property; property = property->next)
272 if (!property->is_pending)
275 pending_value = &property->pending;
276 current_value = &property->current;
289 if (RRChangeOutputProperty (output, property->propertyName,
300 RRQueryOutputProperty (RROutputPtr output, Atom property)
305 if (prop->propertyName == property)
311 RRGetOutputProperty (RROutputPtr output, Atom property, Bool pending)
313 RRPropertyPtr prop = RRQueryOutputProperty (output, property);
322 /* If we can, try to update the property value first */
332 RRConfigureOutputProperty (RROutputPtr output, Atom property,
336 RRPropertyPtr prop = RRQueryOutputProperty (output, property);
342 prop = RRCreateOutputProperty (property);
362 * Property moving from pending to non-pending
444 prop = RRQueryOutputProperty (output, stuff->property);
489 return RRConfigureOutputProperty (output, stuff->property,
530 if (!ValidAtom(stuff->property))
532 client->errorValue = stuff->property;
541 err = RRChangeOutputProperty(output, stuff->property,
560 if (!ValidAtom(stuff->property))
562 client->errorValue = stuff->property;
567 RRDeleteOutputProperty(output, stuff->property);
588 if (!ValidAtom(stuff->property))
590 client->errorValue = stuff->property;
605 if (prop->propertyName == stuff->property)
633 prop_value = RRGetOutputProperty(output, stuff->property, stuff->pending);
638 property information, but not the data. */
730 { /* delete the Property */