Update kbfunc.c

This commit is contained in:
Taylan Tatlı 2016-04-02 10:56:40 +03:00
parent 0c17325df9
commit 9a3022c657

View File

@ -568,7 +568,7 @@ kbfunc_client_move_edge(struct client_ctx *cc, union arg *arg)
*/
area = screen_area(sc,
cc->geom.x + cc->geom.w / 2,
cc->geom.y + cc->geom.h / 2, CWM_NOGAP);
cc->geom.y + cc->geom.h / 2, CWM_GAP);
flags = arg->i;