diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2012-08-26 23:38:38 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2012-10-02 22:04:20 -0700 |
commit | 722cf0c2ba07e986cbedf9d687a87daddd04fa92 (patch) | |
tree | 24c2ef7a29e061cc1d4cb475c4a85b1a4567155d /randrproto.txt | |
parent | 534dea4512b812b9f8a62b4bbdbfe60d650ef01f (diff) |
spec: Make description of RRProviderChangeNotify match encoding & header
The encoding section matches randrproto.h - neither of which have the
config-timestamp, root, or crtc members.
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'randrproto.txt')
-rw-r--r-- | randrproto.txt | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/randrproto.txt b/randrproto.txt index a6fe431..29cba1a 100644 --- a/randrproto.txt +++ b/randrproto.txt @@ -1680,20 +1680,15 @@ factors, such as re-cabling a monitor, etc. ┌─── RRProviderChangeNotify: timestamp: TIMESTAMP time screen was reconfigured - config-timestamp: TIMESTAMP time available config data was changed window: WINDOW window requesting notification provider: PROVIDER provider affected by change - role: CRTC new role for provider └─── This event is generated whenever the role for a provider has changed and is sent to requesting clients. 'timestamp' indicates when the - provider configuration was changed by a client. - 'config-timestamp' says when the last time the available - configurations changed. 'root' is the root of the screen the change - occurred on, 'window' is window selecting for this event. The - precise change can be detected by examining the new state of the - system. + provider configuration was changed by a client. 'window' is the + window selecting for this event. The precise change can be detected + by examining the new state of the system. ┌─── RRProviderPropertyNotify: |