summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2007-04-17 20:47:50 -0700
committerAlan Coopersmith <alan.coopersmith@sun.com>2007-04-17 20:47:50 -0700
commit6acacb52efd6f0927c9b82fe864f17623e7dc8c2 (patch)
tree5ba1fc063897cef3508a1208173318423a88c261
parentdd2133540f8dd0f0f66ecf24e01113184045af83 (diff)
downloadxorg-proto-compositeproto-6acacb52efd6f0927c9b82fe864f17623e7dc8c2.tar.gz
Protocol spec nit cleanups
Fix versioning from 0.3/0.4 merge Update description of RedirectWindow to match names in protocol diagrams
-rw-r--r--compositeproto.txt17
1 files changed, 7 insertions, 10 deletions
diff --git a/compositeproto.txt b/compositeproto.txt
index 77b1b85..8740920 100644
--- a/compositeproto.txt
+++ b/compositeproto.txt
@@ -1,11 +1,8 @@
- Composite Extension
- Version 0.4
- 2006-2-24
+ Composite Extension
+ Version 0.4
+ 2007-4-17
Keith Packard
keithp@keithp.com
-
- Version 0.3
- 2006-5-13
Deron Johnson
deron.johnson@sun.com
@@ -152,7 +149,7 @@ The composite extension does not define any new errors.
6. Events
-Version 0.3 of the Composite protocol defines one new event
+Version 0.4 of the Composite protocol defines one new event
TransformCoordinateNotify
@@ -213,9 +210,9 @@ operations other than QueryVersion.
errors: Window, Access, Match
The hierarchy starting at 'window' is directed to off-screen
- storage. 'automatic-update' specifies whether the contents
- are mirrored to the parent window automatically or not. Only
- one client may specify this flag, another attempt will result in an
+ storage. 'update' specifies whether the contents are mirrored to
+ the parent window automatically or not. Only one client may specify
+ an update type of Manual, another attempt will result in an
Access error. When all clients enabling redirection terminate,
the redirection will automatically be disabled.