From cdc282c2995dc17dee97c6da24a9705478cf792e Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Thu, 16 Nov 2006 08:50:49 -0800 Subject: Remove output options. Clean up other sizes. Output options will be controlled by properties instead. Also found a few instances in randrproto.txt using the wrong size for MODEINFO. --- randr.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'randr.h') diff --git a/randr.h b/randr.h index 7d3e123..935db85 100644 --- a/randr.h +++ b/randr.h @@ -36,7 +36,6 @@ typedef unsigned short XRandrRotation; typedef unsigned short XRandrSizeID; typedef unsigned short XRandrSubpixelOrder; typedef unsigned long XRandrModeFlags; -typedef unsigned long XRandrOutputOptions; #define RANDR_NAME "RANDR" #define RANDR_MAJOR 1 @@ -133,10 +132,6 @@ typedef unsigned long XRandrOutputOptions; #define BadRRCrtc 1 #define BadRRMode 2 -#define RROutputOptionScaleNone 1 -#define RROutputOptionScaleMaxAspect 2 -#define RROutputOptionScaleMax 4 - /* Conventional RandR output properties */ #define RR_PROPERTY_RANDR_EDID "RANDR_EDID" -- cgit v1.2.3