summary refs log tree commit diff
path: root/calmwm.h
diff options
context:
space:
mode:
authorokan <okan>2017-12-29 12:54:54 +0000
committerokan <okan>2017-12-29 12:54:54 +0000
commit5ddaed415c895e56e7c1e6e7b881df8d3c4214bd (patch)
treed401df5768af9f7fc318281aa59561a530e97f98 /calmwm.h
parent156681f0a5af18704faab52929badc671390ec61 (diff)
downloadcwm-5ddaed415c895e56e7c1e6e7b881df8d3c4214bd.tar.gz
cwm-5ddaed415c895e56e7c1e6e7b881df8d3c4214bd.tar.xz
cwm-5ddaed415c895e56e7c1e6e7b881df8d3c4214bd.zip
add helper function client_show to bring together like actions for unhide/raise
Diffstat (limited to 'calmwm.h')
-rw-r--r--calmwm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/calmwm.h b/calmwm.h
index f6c9392..2ccf83a 100644
--- a/calmwm.h
+++ b/calmwm.h
@@ -412,6 +412,7 @@ void			 client_send_delete(struct client_ctx *);
 void			 client_set_wm_state(struct client_ctx *, long);
 void			 client_setactive(struct client_ctx *);
 void			 client_setname(struct client_ctx *);
+void			 client_show(struct client_ctx *);
 int			 client_snapcalc(int, int, int, int, int);
 void			 client_toggle_freeze(struct client_ctx *);
 void			 client_toggle_fullscreen(struct client_ctx *);