summaryrefslogtreecommitdiff
path: root/randr.h
diff options
context:
space:
mode:
authorKeith Packard <keithp@neko.keithp.com>2006-11-01 11:50:50 -0800
committerKeith Packard <keithp@neko.keithp.com>2006-11-01 11:50:50 -0800
commit96977842d01220bd4a294375c669b26ff30275d1 (patch)
tree518814d6a9e8dab963e6421716c1f0465270ee72 /randr.h
parent0e858436af67256c0af49317183df4bf8092183c (diff)
Fix RRNumberErrors, start adding standard property names
Diffstat (limited to 'randr.h')
-rw-r--r--randr.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/randr.h b/randr.h
index 77ec5e4..7d3e123 100644
--- a/randr.h
+++ b/randr.h
@@ -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_ */