mirror of
https://gitlab.freedesktop.org/xorg/proto/xorgproto.git
synced 2025-12-20 04:40:10 +01:00
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>
This commit is contained in:
parent
ed0233e46f
commit
534dea4512
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue