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 diff
1.1 --- a/dwm.h Thu Jul 20 18:23:43 2006 +0200 1.2 +++ b/dwm.h Thu Jul 20 19:09:11 2006 +0200 1.3 @@ -106,7 +106,7 @@ 1.4 extern void lower(Client *c); 1.5 extern void manage(Window w, XWindowAttributes *wa); 1.6 extern void pop(Client *c); 1.7 -extern void resize(Client *c, Bool inc, Corner sticky); 1.8 +extern void resize(Client *c, Bool sizehints, Corner sticky); 1.9 extern void setsize(Client *c); 1.10 extern void settitle(Client *c); 1.11 extern void togglemax(Arg *arg);