From 534dea4512b812b9f8a62b4bbdbfe60d650ef01f Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Sun, 26 Aug 2012 22:50:05 -0700 Subject: 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 Reviewed-by: Dave Airlie --- randrproto.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'randrproto.txt') 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 -- cgit v1.2.1