summaryrefslogtreecommitdiff
path: root/compositeproto.txt
diff options
context:
space:
mode:
authorJoel Bosveld <Joel.Bosveld@gmail.com>2009-08-07 11:25:36 +0800
committerJoel Bosveld <Joel.Bosveld@gmail.com>2009-08-07 11:25:36 +0800
commit9de3e829c9fa8413e21a50b208abff454302e4aa (patch)
treed8e5eb6501a15b8816451739ea084aa475595bff /compositeproto.txt
parent4a93ea29dc2283ecd887fd29e8130841710a9b75 (diff)
Add CompositeGetInputRedirectionInfo requestHEADmaster
Diffstat (limited to 'compositeproto.txt')
-rw-r--r--compositeproto.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/compositeproto.txt b/compositeproto.txt
index ce99740..7a8d262 100644
--- a/compositeproto.txt
+++ b/compositeproto.txt
@@ -349,3 +349,17 @@ operations other than QueryVersion.
Generates a 'Window' error if 'destination' is an ancestor of 'window'
Generates a 'Access' error if another client has set an input mesh or
redirection on this window.
+
+ GetInputRedirectionInfo
+
+ window: Window
+
+ ->
+
+ destination: Window
+
+ errors: Window
+
+ This request is used to determine where a window is redirecting input.
+ Clients need this information in order to correctly handle xdnd with
+ redirected windows.