From 19fc4c5a72eb9919d720ad66734029d9f8e313b1 Mon Sep 17 00:00:00 2001 From: Aaron Plattner Date: Tue, 12 Jun 2012 12:32:19 -0700 Subject: Add a "GUID" property This property represents the globally-unique identifier of the connected display, if one is available. Signed-off-by: Aaron Plattner Reviewed-by: Andy Ritger --- randr.h | 1 + 1 file changed, 1 insertion(+) (limited to 'randr.h') diff --git a/randr.h b/randr.h index 33d22fb..3c6721b 100644 --- a/randr.h +++ b/randr.h @@ -180,6 +180,7 @@ typedef unsigned long XRandrModeFlags; #define RR_PROPERTY_CLONE_LIST "CloneList" #define RR_PROPERTY_BORDER "Border" #define RR_PROPERTY_BORDER_DIMENSIONS "BorderDimensions" +#define RR_PROPERTY_GUID "GUID" /* roles this device can carry out */ #define RR_Capability_None 0 -- cgit v1.2.1