summary refs log tree commit diff
path: root/calmwm.h
diff options
context:
space:
mode:
authorokan <okan>2012-09-09 19:47:47 +0000
committerokan <okan>2012-09-09 19:47:47 +0000
commit86524e21dd53bad45f4586a7cc856062b67f8033 (patch)
treee9eabb61fe04d55d914b1a1decc955fff12d0991 /calmwm.h
parent7071261bde1d100629765ca179a6e8ee662569a6 (diff)
downloadcwm-86524e21dd53bad45f4586a7cc856062b67f8033.tar.gz
cwm-86524e21dd53bad45f4586a7cc856062b67f8033.tar.xz
cwm-86524e21dd53bad45f4586a7cc856062b67f8033.zip
extend client_resize so that it can know when to reset max flags and
bwidth; this allows a client to be resized from a max state, which now
gets treated like a non-max'd client.  based on a diff that does part of
this in a different way from Alexander Polakov.
Diffstat (limited to 'calmwm.h')
-rw-r--r--calmwm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/calmwm.h b/calmwm.h
index 849a945..e193dd8 100644
--- a/calmwm.h
+++ b/calmwm.h
@@ -327,7 +327,7 @@ struct client_ctx	*client_new(Window, struct screen_ctx *, int);
 void			 client_ptrsave(struct client_ctx *);
 void			 client_ptrwarp(struct client_ctx *);
 void			 client_raise(struct client_ctx *);
-void			 client_resize(struct client_ctx *);
+void			 client_resize(struct client_ctx *, int);
 void			 client_send_delete(struct client_ctx *);
 void			 client_setactive(struct client_ctx *, int);
 void			 client_setname(struct client_ctx *);