Searched defs:_rrProperty (Results 1 – 1 of 1) sorted by relevance
101 struct _rrProperty { struct102 RRPropertyPtr next;103 ATOM propertyName;104 Bool is_pending;105 Bool range;106 Bool immutable;107 int num_valid;108 INT32 *valid_values;109 RRPropertyValueRec current, pending;