diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2012-08-26 22:50:05 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2012-10-02 22:04:14 -0700 |
commit | 534dea4512b812b9f8a62b4bbdbfe60d650ef01f (patch) | |
tree | d44592c44626ee89fd75f080b2442532b839978d /randrproto.txt | |
parent | ed0233e46fd2fe41b1c10e525423e90e0fa2bdc8 (diff) |
spec: correct sub-code values for RRProvider*Notify event encoding
These values match the RRNotify_* definitions in randrproto.h and
don't overlap with the RROutput*Notify codes from RandR 1.2.
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Reviewed-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'randrproto.txt')
-rw-r--r-- | randrproto.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/randrproto.txt b/randrproto.txt index e0b67e3..a6fe431 100644 --- a/randrproto.txt +++ b/randrproto.txt @@ -2984,7 +2984,7 @@ A.3.2 Protocol Events added with version 1.4 ┌─── RRProviderChangeNotify 1 Base + 1 code - 1 1 sub-code + 1 3 sub-code 2 CARD16 sequence number 4 TIMESTAMP timestamp 4 WINDOW request window @@ -2994,7 +2994,7 @@ A.3.2 Protocol Events added with version 1.4 ┌─── RRProviderPropertyNotify 1 Base + 1 code - 1 2 sub-code + 1 4 sub-code 2 CARD16 sequence number 4 WINDOW window 4 PROVIDER provider @@ -3008,7 +3008,7 @@ A.3.2 Protocol Events added with version 1.4 ┌─── RRResourceChangeNotify 1 Base + 1 code - 1 2 sub-code + 1 5 sub-code 2 CARD16 sequence number 4 TIMESTAMP time 4 WINDOW window |