diff options
author | Keith Packard <keithp@neko.keithp.com> | 2006-11-01 11:50:50 -0800 |
---|---|---|
committer | Keith Packard <keithp@neko.keithp.com> | 2006-11-01 11:50:50 -0800 |
commit | 96977842d01220bd4a294375c669b26ff30275d1 (patch) | |
tree | 518814d6a9e8dab963e6421716c1f0465270ee72 /randr.h | |
parent | 0e858436af67256c0af49317183df4bf8092183c (diff) |
Fix RRNumberErrors, start adding standard property names
Diffstat (limited to 'randr.h')
-rw-r--r-- | randr.h | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -42,7 +42,7 @@ typedef unsigned long XRandrOutputOptions; #define RANDR_MAJOR 1 #define RANDR_MINOR 2 -#define RRNumberErrors 0 +#define RRNumberErrors 3 #define RRNumberEvents 2 #define RRNumberRequests 23 @@ -137,4 +137,8 @@ typedef unsigned long XRandrOutputOptions; #define RROutputOptionScaleMaxAspect 2 #define RROutputOptionScaleMax 4 +/* Conventional RandR output properties */ + +#define RR_PROPERTY_RANDR_EDID "RANDR_EDID" + #endif /* _RANDR_H_ */ |