aboutsummaryrefslogtreecommitdiffstats
path: root/dwm.h
diff options
context:
space:
mode:
authorAnselm R. Garbe <garbeam@wmii.de>2006-07-13 20:28:19 +0200
committerAnselm R. Garbe <garbeam@wmii.de>2006-07-13 20:28:19 +0200
commit7fe717c29f9dafc4fc38313adbbb7c85619dec69 (patch)
treebee9de83c270e21195f79ca86430f305cdd28fec /dwm.h
parent3aad92202d58208c4197857d3f17c535ba0bd56a (diff)
downloaddwm-7fe717c29f9dafc4fc38313adbbb7c85619dec69.tar.zst
fixed several things, nearly feature complete
Diffstat (limited to 'dwm.h')
-rw-r--r--dwm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dwm.h b/dwm.h
index 118ac24..8af63f0 100644
--- a/dwm.h
+++ b/dwm.h
@@ -106,7 +106,7 @@ extern Client *getclient(Window w);
extern void focus(Client *c);
extern void update_name(Client *c);
extern void draw_client(Client *c);
-extern void resize(Client *c);
+extern void resize(Client *c, Bool inc);
extern void update_size(Client *c);
extern Client *gettitle(Window w);
extern void craise(Client *c);