mirror of
https://gitlab.freedesktop.org/xorg/proto/xcbproto.git
synced 2026-05-07 17:48:03 +02:00
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>
This commit is contained in:
parent
fe7b12db4f
commit
df2cdeecb9
1 changed files with 2 additions and 2 deletions
|
|
@ -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" />
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue