[fusion-commits] compiz mirror: Changes to 'master' (45d458a79ad2955a6f1123cdba1b0cb50ed50c6c)
compiz at server.beryl-project.org
compiz at server.beryl-project.org
Sat Jul 28 22:35:05 CEST 2007
New commits:
commit 45d458a79ad2955a6f1123cdba1b0cb50ed50c6c
Author: David Reveman <davidr at novell.com>
Date: Sat Jul 28 15:34:38 2007 -0400
Avoid window that we're trying to restack, restackWindowBelow can
only be used to lower windows otherwise.
src/window.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: compiz/src/window.c
===================================================================
--- compiz/src/window.c
+++ compiz/src/window.c
@@ -3836,7 +3836,7 @@ restackWindowBelow (CompWindow *w,
}
/* skip windows that we should avoid */
- if (avoidStackingRelativeTo (p))
+ if (w == p || avoidStackingRelativeTo (p))
continue;
if (validSiblingBelow (w, p))
More information about the commits
mailing list