summaryrefslogtreecommitdiff
path: root/randr.h
diff options
context:
space:
mode:
authorKeith Packard <keithp@neko.keithp.com>2006-11-16 08:50:49 -0800
committerKeith Packard <keithp@neko.keithp.com>2006-11-16 08:50:49 -0800
commitcdc282c2995dc17dee97c6da24a9705478cf792e (patch)
tree1e0a634e40e21e3380090d56d47837df0797d681 /randr.h
parent96977842d01220bd4a294375c669b26ff30275d1 (diff)
downloadxorg-proto-randrproto-cdc282c2995dc17dee97c6da24a9705478cf792e.tar.gz
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.
Diffstat (limited to 'randr.h')
-rw-r--r--randr.h5
1 files changed, 0 insertions, 5 deletions
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"