diff options
author | Aaron Plattner <aplattner@nvidia.com> | 2014-01-06 21:34:51 -0800 |
---|---|---|
committer | Aaron Plattner <aplattner@nvidia.com> | 2014-01-21 10:49:26 -0800 |
commit | a4a6694c059d74247c16527eef4a0ec9f56bbef6 (patch) | |
tree | ebf979d23ff1068479132ec7a0ffc774d93893ac /randrproto.txt | |
parent | 1755cbe0f501a86afe515f92bb24e417a1866092 (diff) |
spec: RRCrtcChangeMask and RROutputChangeMask are not things
The correct names for these are RRCrtcChangeNotifyMask and
RROutputChangeNotifyMask, respectively.
v2: "when a the configuration" is also not a thing.
Signed-off-by: Aaron Plattner <aplattner@nvidia.com>
Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'randrproto.txt')
-rw-r--r-- | randrproto.txt | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/randrproto.txt b/randrproto.txt index 2123e7e..864268e 100644 --- a/randrproto.txt +++ b/randrproto.txt @@ -406,19 +406,19 @@ The name of this extension is "RANDR". New for version 1.2: - If 'enable' contains RRCrtcChangeMask, RRCrtcChangeNotify events - will be sent when a the configuration for a CRTC associated with the + If 'enable' contains RRCrtcChangeNotifyMask, RRCrtcChangeNotify events + will be sent when the configuration for a CRTC associated with the screen changes, either through this protocol extension or due to detected external changes. RRCrtcChangeNotify may also be sent when this request executes if the CRTC configuration has changed since the client connected, to avoid race conditions. - If 'enable' contains RROutputChangeMask, RROutputChangeNotify events - will be sent when a the configuration for an output associated with + If 'enable' contains RROutputChangeNotifyMask, RROutputChangeNotify + events will be sent when the configuration for an output associated with the screen changes, either through this protocol extension or due to - detected external changes. RROutputChangeNotify may also be sent - when this request executes if the output configuration has changed - since the client connected, to avoid race conditions. + detected external changes. RROutputChangeNotify may also be sent when + this request executes if the output configuration has changed since the + client connected, to avoid race conditions. If 'enable' contains RROutputPropertyNotifyMask, RROutputPropertyNotify events will be sent when properties change on |