about summary refs log tree commit diff
path: root/mousefunc.c
diff options
context:
space:
mode:
authorokan <okan>2013-12-13 22:39:13 +0000
committerokan <okan>2013-12-13 22:39:13 +0000
commitf98f4615c0bf2fbf3f6229ccb9cb46284f3dd18a (patch)
tree27fe01cb5d60eab42a16cca67c4444829577556b /mousefunc.c
parent5732b65139493570e331fbc298eb6920f0878e5f (diff)
downloadcwm-f98f4615c0bf2fbf3f6229ccb9cb46284f3dd18a.tar.gz
cwm-f98f4615c0bf2fbf3f6229ccb9cb46284f3dd18a.tar.xz
cwm-f98f4615c0bf2fbf3f6229ccb9cb46284f3dd18a.zip
Teach screen_find_xinerama() to apply gap only when told to do so;
adjust callers.  Needed for an upcoming feature.
Diffstat (limited to 'mousefunc.c')
-rw-r--r--mousefunc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mousefunc.c b/mousefunc.c
index 6097a59..2506678 100644
--- a/mousefunc.c
+++ b/mousefunc.c
@@ -148,7 +148,7 @@ mousefunc_client_move(struct client_ctx *cc, void *arg)
 
 			xine = screen_find_xinerama(sc,
 			    cc->geom.x + cc->geom.w / 2,
-			    cc->geom.y + cc->geom.h / 2);
+			    cc->geom.y + cc->geom.h / 2, CWM_GAP);
 			cc->geom.x += client_snapcalc(cc->geom.x,
 			    cc->geom.x + cc->geom.w + (cc->bwidth * 2),
 			    xine.x, xine.x + xine.w, sc->snapdist);