Mercurial > aewl
diff dwm.h @ 129:c478383db7c9
applied sanders no_sizehints for tiled mode patch (thx!)
author | arg@10ksloc.org |
---|---|
date | Thu, 20 Jul 2006 19:09:11 +0200 |
parents | 1480e19f6377 |
children | 30d1302dbe3b |
line wrap: on
line diff
--- a/dwm.h Thu Jul 20 18:23:43 2006 +0200 +++ b/dwm.h Thu Jul 20 19:09:11 2006 +0200 @@ -106,7 +106,7 @@ extern void lower(Client *c); extern void manage(Window w, XWindowAttributes *wa); extern void pop(Client *c); -extern void resize(Client *c, Bool inc, Corner sticky); +extern void resize(Client *c, Bool sizehints, Corner sticky); extern void setsize(Client *c); extern void settitle(Client *c); extern void togglemax(Arg *arg);