equal
deleted
inserted
replaced
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; |