Lines Matching defs:properties
278 } properties;
289 properties.dither.atom = MAKE_ATOM("dither");
290 properties.dither.range[0] = 0;
291 properties.dither.range[1] = 1;
293 properties.dither.atom, FALSE, TRUE, FALSE,
294 2, properties.dither.range);
302 err = RRChangeOutputProperty(output->randr_output, properties.dither.atom,
311 properties.scale.atom = MAKE_ATOM("scale");
313 properties.scale.atom, FALSE, FALSE,
322 err = RRChangeOutputProperty(output->randr_output, properties.scale.atom,
336 if(prop == properties.dither.atom) {
343 if(i < properties.dither.range[0] || i > properties.dither.range[1])
347 } else if(prop == properties.scale.atom) {