From 7b4b49760ff33022a8120841017bcfb7ffe5f6ac Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Mon, 9 Jul 2012 22:18:21 -0700 Subject: 1.4 spec: Add descriptions of new RRSELECTMASK bits Signed-off-by: Alan Coopersmith Reviewed-by: Alex Deucher Signed-off-by: Dave Airlie --- randrproto.txt | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) (limited to 'randrproto.txt') diff --git a/randrproto.txt b/randrproto.txt index db37190..c9c0343 100644 --- a/randrproto.txt +++ b/randrproto.txt @@ -277,7 +277,10 @@ ROTATION { Rotate_0 RRSELECTMASK { RRScreenChangeNotifyMask RRCrtcChangeNotifyMask (New in version 1.2) RROutputChangeNotifyMask (New in version 1.2) - RROutputPropertyNotifyMask (New in version 1.2) } + RROutputPropertyNotifyMask (New in version 1.2) + RRProviderChangeNotifyMask (New in version 1.4) + RRProviderPropertyNotifyMask (New in version 1.4) + RRResourceChangeNotifyMask (New in version 1.4) } SIZEID { CARD16 } @@ -401,6 +404,20 @@ The name of this extension is "RANDR". RROutputPropertyNotify events will be sent when properties change on this output. + New for version 1.4: + + If 'enable' contains RRProviderChangeNotifyMask, + RRProviderChangeNotify events will be sent whenever the role for a + provider object has changed. + + If 'enable' contains RRProviderPropertyNotifyMask, + RRProviderPropertyNotify events will be sent when properties change + on a provider object. + + If 'enable' contains RRResourceChangeNotifyMask, + RRResourceChangeNotify events will be sent whenever the set of + available RandR resources associated with the screen has changed. + ┌─── RRSetScreenConfig window: WINDOW @@ -2070,6 +2087,10 @@ A.1 Common Types 0x0002 CrtcChangeNotifyMask Added in version 1.2 0x0004 OutputChangeNotifyMask Added in version 1.2 0x0008 OutputPropertyNotifyMask Added in version 1.2 + 0x0010 ProviderChangeNotifyMask Added in version 1.4 + 0x0020 ProviderPropertyNotifyMask Added in version 1.4 + 0x0040 ResourceChangeNotifyMask Added in version 1.4 + └─── Event select mask for RRSelectInput -- cgit v1.2.1