mirror of
https://github.com/leahneukirchen/cwm.git
synced 2023-08-10 21:13:12 +03:00
Update kbfunc.c
This commit is contained in:
parent
0c17325df9
commit
9a3022c657
2
kbfunc.c
2
kbfunc.c
@ -568,7 +568,7 @@ kbfunc_client_move_edge(struct client_ctx *cc, union arg *arg)
|
|||||||
*/
|
*/
|
||||||
area = screen_area(sc,
|
area = screen_area(sc,
|
||||||
cc->geom.x + cc->geom.w / 2,
|
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;
|
flags = arg->i;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user