dwm.h
changeset 129 c478383db7c9
parent 127 1480e19f6377
child 130 30d1302dbe3b
--- 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);