[PATCH compositeproto] Document update field in Unredirect requests

Peter Harris pharris at opentext.com
Tue Jun 18 09:16:45 PDT 2013


Signed-off-by: Peter Harris <pharris at opentext.com>
---

Looks like the spec was missed when this field was added to the headers back
in 2003 (the CVS commit now known as
11105d870631fe5f858291fbf167f1da400d7fa9 ).

 compositeproto.txt |    8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/compositeproto.txt b/compositeproto.txt
index c1d099c..4614c7b 100644
--- a/compositeproto.txt
+++ b/compositeproto.txt
@@ -214,22 +214,26 @@ operations other than QueryVersion.
     UnredirectWindow:
 
 		window:				Window
+		update				UPDATETYPE
 
 		errors: Window, Value
 
 	Redirection of the specified window will be terminated. If
 	the specified window was not selected for redirection by the
-	current client, a 'Value' error results.
+	current client, or the UPDATETYPE doesn't match, a 'Value' error
+	results.
 
     UnredirectWindows:
 
 		window:				Window
+		update				UPDATETYPE
 
 		errors: Window, Value
 
 	Redirection of all children of window will be terminated. If
 	the specified window was not selected for sub-redirection by the
-	current client, a 'Value' error results.
+	current client, or the UPDATETYPE doesn't match, a 'Value' error
+	results.
 
 9. Clip lists
 
-- 
1.7.10.4



More information about the xorg-devel mailing list