summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Martin <consume.noise@gmail.com>2013-11-22 23:26:50 +0100
committerDaniel Martin <consume.noise@gmail.com>2014-07-20 21:21:08 +0200
commitee68a1c771e7caa9897f8ec5e5cdbec07ec59450 (patch)
treecdf4682e5b10478c55e7170152f179afc9e4cbc5
parent84bfd909bc3774a459b11614cfebeaa584a1eb38 (diff)
xproto: Fix EnterNotify documentation
Fix a copy'n'paste mistake (from UnmapNotify) in the documentation of EnterNotify by changing the description for 'event', renaming 'window' to 'child' and change its description too. Signed-off-by: Daniel Martin <consume.noise@gmail.com>
-rw-r--r--src/xproto.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/xproto.xml b/src/xproto.xml
index 0779568..bfb8a4c 100644
--- a/src/xproto.xml
+++ b/src/xproto.xml
@@ -506,11 +506,11 @@ event.
<doc>
<brief>the pointer is in a different window</brief>
<field name="event"><![CDATA[
-The reconfigured window or its parent, depending on whether `StructureNotify`
-or `SubstructureNotify` was selected.
+The window on which the event was generated.
]]></field>
- <field name="window"><![CDATA[
-The window that was unmapped.
+ <field name="child"><![CDATA[
+If the `event` window has subwindows and the final pointer position is in one
+of them, then `child` is set to that subwindow, `XCB_WINDOW_NONE` otherwise.
]]></field>
<field name="root"><![CDATA[
The root window for the final cursor position.