diff options
author | racarr <racarr@d7aaf104-2d23-0410-ae22-9d23157bf5a3> | 2007-02-13 03:28:51 +0000 |
---|---|---|
committer | racarr <racarr@d7aaf104-2d23-0410-ae22-9d23157bf5a3> | 2007-02-13 03:28:51 +0000 |
commit | 858928529cbd907a218b3cbeea5d7f44bb0afca6 (patch) | |
tree | 96c00e21a8e69ea67d8417969479ae9c85bf7fe4 | |
parent | 9bb41e4c3b74248e19f676e61b3d74d3b91dacb2 (diff) | |
download | marex-dev-858928529cbd907a218b3cbeea5d7f44bb0afca6.tar.gz marex-dev-858928529cbd907a218b3cbeea5d7f44bb0afca6.tar.bz2 |
Closer...
git-svn-id: file:///beryl/trunk@4008 d7aaf104-2d23-0410-ae22-9d23157bf5a3
-rw-r--r-- | beryl-plugins/src/wall.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/beryl-plugins/src/wall.c b/beryl-plugins/src/wall.c index e447693..f6fdb6d 100644 --- a/beryl-plugins/src/wall.c +++ b/beryl-plugins/src/wall.c @@ -1206,7 +1206,7 @@ static void wallPreparePaintScreen(CompScreen * s, int ms) w = findWindowAtScreen(s, ws->moveWindow); if (w) { - //moveWindow (w, -(ws->moveWindowX-w->attrib.x)*ws->destx ,(ws->moveWindowY-w->attrib.y)*ws->desty, TRUE, TRUE); + moveWindow (w, ws->moveWindowX-w->attrib.x ,ws->moveWindowY-w->attrib.y, TRUE, TRUE); moveWindowToViewportPosition(w,ws->moveWindowX-(1-left)*s->width*ws->destx,FALSE); moveWindowToViewportYPosition(w,ws->moveWindowY-(1-left)*s->height*ws->desty,FALSE); syncWindowPosition(w); |