summary refs log tree commit diff
path: root/calmwm.h
diff options
context:
space:
mode:
authorokan <okan>2019-02-28 13:11:53 +0000
committerokan <okan>2019-02-28 13:11:53 +0000
commit8cd6d1154c6e5198403270a66fffb8a4f0c56cf6 (patch)
treea073224124051bc402358b7814f194f43d21c2db /calmwm.h
parentcd4be1c17a537cc398520140c547370d1061b841 (diff)
downloadcwm-8cd6d1154c6e5198403270a66fffb8a4f0c56cf6.tar.gz
cwm-8cd6d1154c6e5198403270a66fffb8a4f0c56cf6.tar.xz
cwm-8cd6d1154c6e5198403270a66fffb8a4f0c56cf6.zip
Selectively hide and show clients based on state; merge client_unhide() and
client_show().
Diffstat (limited to 'calmwm.h')
-rw-r--r--calmwm.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/calmwm.h b/calmwm.h
index 15dd247..cbd4a83 100644
--- a/calmwm.h
+++ b/calmwm.h
@@ -435,7 +435,6 @@ void			 client_toggle_skip_taskbar(struct client_ctx *);
 void			 client_toggle_sticky(struct client_ctx *);
 void			 client_toggle_vmaximize(struct client_ctx *);
 void			 client_transient(struct client_ctx *);
-void			 client_unhide(struct client_ctx *);
 void			 client_urgency(struct client_ctx *);
 void 			 client_vtile(struct client_ctx *);
 void			 client_wm_hints(struct client_ctx *);