Lines Matching defs:pending
61 free(prop->pending.data);
117 RRInitOutputPropertyValue (&prop->pending);
137 pointer value, Bool sendevent, Bool pending)
161 if (pending && prop->is_pending)
162 prop_value = &prop->pending;
219 if (pending && pScrPriv->rrOutputSetProperty &&
241 if (pending && prop->is_pending)
271 /* Skip non-pending properties */
275 pending_value = &property->pending;
279 * If the pending and current values are equal, don't mark it
311 RRGetOutputProperty (RROutputPtr output, Atom property, Bool pending)
318 if (pending && prop->is_pending)
319 return &prop->pending;
333 Bool pending, Bool range, Bool immutable,
362 * Property moving from pending to non-pending
363 * loses any pending values
365 if (prop->is_pending && !pending)
367 free(prop->pending.data);
368 RRInitOutputPropertyValue (&prop->pending);
371 prop->is_pending = pending;
456 rep.pending = prop->is_pending;
490 stuff->pending, stuff->range,
633 prop_value = RRGetOutputProperty(output, stuff->property, stuff->pending);