[fusion-commits] Wall plugin: Changes to 'master' (bd955b35e2891c12bf389c0b0a922cfc122c3c58)
maniac at server.opencompositing.org
maniac at server.opencompositing.org
Mon May 5 17:51:38 CEST 2008
New commits:
commit bd955b35e2891c12bf389c0b0a922cfc122c3c58
Author: Danny Baumann <dannybaumann at web.de>
Date: Mon May 5 17:50:39 2008 +0200
Also activate sliding when switcher is active.
wall.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
Modified: fusion/plugins/wall/wall.c
===================================================================
--- fusion/plugins/wall/wall.c
+++ fusion/plugins/wall/wall.c
@@ -556,7 +556,8 @@ wallMoveViewport (CompScreen *s,
else
ws->boxTimeout = 0;
- if (otherScreenGrabExist (s, "move", "scale", "group-drag", "wall", 0))
+ if (otherScreenGrabExist (s, "move", "scale", "switcher",
+ "group-drag", "wall", 0))
{
ws->boxTimeout = 0;
ws->moving = FALSE;
More information about the commits
mailing list