diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2009-07-29 16:00:19 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2009-07-30 08:43:14 +1000 |
commit | c299b2228fb63c192b72851c90e14ceaceb67bbc (patch) | |
tree | 45d3f74c6e81d196d157a9cc9755a7bdbf27316d /dix | |
parent | 5085ac09a50721d87196bd9f2607dc76200ca399 (diff) |
dix: remove obsolete comment, parameter described doesn't exist.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'dix')
-rw-r--r-- | dix/enterleave.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/dix/enterleave.c b/dix/enterleave.c index 488a94388..a476f8fe0 100644 --- a/dix/enterleave.c +++ b/dix/enterleave.c @@ -215,8 +215,6 @@ CommonAncestor( * Send enter notifies to all windows between 'ancestor' and 'child' (excluding * both). Events are sent running up the window hierarchy. This function * recurses. - * - * @param core If TRUE, core events are sent, otherwise XI events will be sent. */ static void DeviceEnterNotifies(DeviceIntPtr dev, |