proto/randrproto: Branch 'master'

Matthias Hopf mhopf at kemper.freedesktop.org
Tue Dec 16 09:20:44 PST 2008


 randr.h |    8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

New commits:
commit 83f3f29dd3ac5d3875b5edef5805d6adb6a02698
Author: Matthias Hopf <mhopf at suse.de>
Date:   Tue Dec 16 18:20:00 2008 +0100

    Add standard property name defines.

diff --git a/randr.h b/randr.h
index eafcda5..502ba7d 100644
--- a/randr.h
+++ b/randr.h
@@ -151,6 +151,12 @@ typedef unsigned long	XRandrModeFlags;
 
 /* Conventional RandR output properties */
 
-#define RR_PROPERTY_RANDR_EDID		"RANDR_EDID"
+#define RR_PROPERTY_RANDR_EDID		"EDID"
+#define RR_PROPERTY_SIGNAL_FORMAT	"SignalFormat"
+#define RR_PROPERTY_SIGNAL_FORMAT	"SignalProperties"
+#define RR_PROPERTY_CONNECTOR_TYPE	"ConnectorType"
+#define RR_PROPERTY_CONNECTOR_NUMBER	"ConnectorNumber"
+#define RR_PROPERTY_COMPATIBILITY_LIST	"CompatibilityList"
+#define RR_PROPERTY_CLONE_LIST		"CloneList"
 
 #endif	/* _RANDR_H_ */


More information about the xorg-commit mailing list