From a83a0c5a144da67dab96a857b849a5692b73245d Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Sun, 13 Jan 2008 16:14:29 +1030 Subject: [PATCH] dix: remove obsolete comment. Pairings don't exist anymore and the documented issue is a non-issue now. --- dix/events.c | 4 +--- 1 file changed, 1 insertion(+), 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) {