diff options
author | Peter Hutterer <peter@cs.unisa.edu.au> | 2008-01-13 16:14:29 +1030 |
---|---|---|
committer | Peter Hutterer <peter@cs.unisa.edu.au> | 2008-01-13 16:14:29 +1030 |
commit | a83a0c5a144da67dab96a857b849a5692b73245d (patch) | |
tree | e38505c417c130031c473c86557a10c81d5f993f | |
parent | 38bf01bd1c925614a6e67a38aa3cefc7b8fe3bca (diff) |
dix: remove obsolete comment.
Pairings don't exist anymore and the documented issue is a non-issue now.
-rw-r--r-- | dix/events.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/dix/events.c b/dix/events.c index 0ce07d5df..ca5bae52e 100644 --- a/dix/events.c +++ b/dix/events.c @@ -3446,10 +3446,8 @@ CheckPassiveGrabsOnWindow( than it is assigned to at this point in time. Update the grab's device and modifier device to reflect the current state. - XXX: Since XGrabDeviceButton requires to specify the + Since XGrabDeviceButton requires to specify the modifierDevice explicitly, we don't override this choice. - This essentially requires a client to re-create all - passiveGrabs when the pairing changes... oh well. */ if (xE->u.u.type < LASTEvent) { |