diff options
author | racarr <racarr@d7aaf104-2d23-0410-ae22-9d23157bf5a3> | 2007-02-17 12:51:50 +0000 |
---|---|---|
committer | racarr <racarr@d7aaf104-2d23-0410-ae22-9d23157bf5a3> | 2007-02-17 12:51:50 +0000 |
commit | ab28f13ce03b3d25e59994d77f9e07b9cf45a9eb (patch) | |
tree | 37eedba8bf3fb512848c62dad44ed6403c282ff1 | |
parent | c53ff45152ed3c74e199af6f5b199aab85965b99 (diff) | |
download | marex-dev-ab28f13ce03b3d25e59994d77f9e07b9cf45a9eb.tar.gz marex-dev-ab28f13ce03b3d25e59994d77f9e07b9cf45a9eb.tar.bz2 |
Return from wall move viewport when already moving
git-svn-id: file:///beryl/trunk@4117 d7aaf104-2d23-0410-ae22-9d23157bf5a3
-rw-r--r-- | beryl-plugins/src/wall.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/beryl-plugins/src/wall.c b/beryl-plugins/src/wall.c index 535eb37..5c4d0d1 100644 --- a/beryl-plugins/src/wall.c +++ b/beryl-plugins/src/wall.c @@ -309,6 +309,8 @@ static void wallMoveViewport(CompScreen * s, int x, int y, Window moveWindow) return; WALL_SCREEN(s); + if (ws->moving) + return; WALL_DISPLAY(s->display); if (!ws->expoMode) |