summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Danjou <julien@danjou.info>2009-04-12 01:41:35 +0200
committerJulien Danjou <julien@danjou.info>2009-04-12 01:41:35 +0200
commitdf2cdeecb9ed57aa54a883df043db10ce5881ce3 (patch)
tree2f5cbb634d69bf30ac7af90395a42399f2aa72dd
parentfe7b12db4fc0e95f3eef038581bf2154e1727c7a (diff)
xtest: rename window field
The XTest specs call this field 'root' window, which is really more clear than just 'window'. Signed-off-by: Julien Danjou <julien@danjou.info>
-rw-r--r--src/xtest.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xtest.xml b/src/xtest.xml
index 8e18691..e481929 100644
--- a/src/xtest.xml
+++ b/src/xtest.xml
@@ -66,7 +66,7 @@ authorization from the authors.
3. Simulate mouse motion:
type = XCBMotionNotify
detail = 0 or 1
- window = XCBNone or a root window id
+ root = XCBNone or a root window id
rootX,
rootY = position (relative if detail==1)
@@ -86,7 +86,7 @@ authorization from the authors.
<field type="BYTE" name="detail" />
<pad bytes="2" />
<field type="CARD32" name="time" />
- <field type="WINDOW" name="window" />
+ <field type="WINDOW" name="root" />
<pad bytes="8" />
<field type="CARD16" name="rootX" />
<field type="CARD16" name="rootY" />