diff options
author | racarr <racarr@d7aaf104-2d23-0410-ae22-9d23157bf5a3> | 2006-12-16 09:58:39 +0000 |
---|---|---|
committer | racarr <racarr@d7aaf104-2d23-0410-ae22-9d23157bf5a3> | 2006-12-16 09:58:39 +0000 |
commit | 048d7b728c158bf52ce1e8e5037f176b42f0879c (patch) | |
tree | 9c3ced7dab12d80e730ae0ffb023cef6ef246cd6 /beryl-plugins/src/place.c | |
parent | ace34eeb6102cba342d16490178a92443d06b34c (diff) | |
download | marex-dev-048d7b728c158bf52ce1e8e5037f176b42f0879c.tar.gz marex-dev-048d7b728c158bf52ce1e8e5037f176b42f0879c.tar.bz2 |
oops, typo
git-svn-id: file:///beryl/trunk@1797 d7aaf104-2d23-0410-ae22-9d23157bf5a3
Diffstat (limited to 'beryl-plugins/src/place.c')
-rw-r--r-- | beryl-plugins/src/place.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/beryl-plugins/src/place.c b/beryl-plugins/src/place.c index 2dfcff4..ec1bbee 100644 --- a/beryl-plugins/src/place.c +++ b/beryl-plugins/src/place.c @@ -884,7 +884,7 @@ placeWindow(CompWindow * window, int x, int y, int *new_x, int *new_y) * much space below as on top. */ y += (GET_WINDOW_HEIGHT(parent) - - window_height) / 3 += window->input.top; + window_height) / 3 + window->input.top; /* clip to screen if parent is visible in current viewport */ if (parent->attrib.x < parent->screen->width && |