diff options
author | dawes <dawes> | 2001-03-19 17:45:15 +0000 |
---|---|---|
committer | dawes <dawes> | 2001-03-19 17:45:15 +0000 |
commit | 7bf7bda7738b2029bc71015f9ea08304c15e7240 (patch) | |
tree | 95c06cadb9f7fdb6d456eafb2cb015653c617724 /xc/lib/Xt/PassivGrab.c | |
parent | 856c96701fa6c514447af12b4b881f762e59767c (diff) |
Import of XFree86 4.0.99.1X_4_0_99_1
Diffstat (limited to 'xc/lib/Xt/PassivGrab.c')
-rw-r--r-- | xc/lib/Xt/PassivGrab.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xc/lib/Xt/PassivGrab.c b/xc/lib/Xt/PassivGrab.c index 1391e5533..753c75ebf 100644 --- a/xc/lib/Xt/PassivGrab.c +++ b/xc/lib/Xt/PassivGrab.c @@ -1,4 +1,4 @@ -/* $TOG: PassivGrab.c /main/31 1998/02/06 13:24:33 kaleb $ */ +/* $Xorg: PassivGrab.c,v 1.4 2000/08/17 19:46:15 cpqbld Exp $ */ /******************************************************** @@ -365,7 +365,7 @@ static void DeleteServerGrabFromList(passiveListPtr, pMinuendGrab) register XtServerGrabPtr grab; register XtServerGrabExtPtr ext; - for (next = passiveListPtr; grab = *next; ) + for (next = passiveListPtr; (grab = *next); ) { if (GrabMatchesSecond(grab, pMinuendGrab) && (pDisplay(grab) == pDisplay(pMinuendGrab))) |