dwm.c
changeset 1299 5b1f0448d56d
parent 1298 65d0b21b5e05
child 1302 af0f92dd5ab6
equal deleted inserted replaced
1298:65d0b21b5e05 1299:5b1f0448d56d
   960 void
   960 void
   961 monocle(void) {
   961 monocle(void) {
   962 	Client *c;
   962 	Client *c;
   963 
   963 
   964 	for(c = nexttiled(clients); c; c = nexttiled(c->next))
   964 	for(c = nexttiled(clients); c; c = nexttiled(c->next))
   965 		resize(c, wx, wy, ww, wh, resizehints);
   965 		resize(c, wx, wy, ww - 2 * c->bw, wh - 2 * c->bw, resizehints);
   966 }
   966 }
   967 
   967 
   968 void
   968 void
   969 movemouse(const Arg *arg) {
   969 movemouse(const Arg *arg) {
   970 	int x1, y1, ocx, ocy, di, nx, ny;
   970 	int x1, y1, ocx, ocy, di, nx, ny;