mirror of
https://github.com/leahneukirchen/cwm.git
synced 2023-08-10 21:13:12 +03:00
use local var from 287a5b2a
This commit is contained in:
parent
6a2c8bf962
commit
ba5397474d
4
kbfunc.c
4
kbfunc.c
@ -136,8 +136,8 @@ kbfunc_moveresize(struct client_ctx *cc, union arg *arg)
|
||||
case CWM_SNAP:
|
||||
ox = cc->geom.x; ow = cc->geom.w;
|
||||
oy = cc->geom.y; oh = cc->geom.h;
|
||||
#define sw cc->sc->work.w
|
||||
#define sh cc->sc->work.h
|
||||
#define sw sc->work.w
|
||||
#define sh sc->work.h
|
||||
#define bw 2 * cc->bwidth
|
||||
#define nw cc->geom.w
|
||||
#define nh cc->geom.h
|
||||
|
Loading…
Reference in New Issue
Block a user