diff options
author | okan | 2019-02-28 13:11:53 +0000 |
---|---|---|
committer | okan | 2019-02-28 13:11:53 +0000 |
commit | f0f3f957861987532ec41c77ea3d04cec1e43938 (patch) | |
tree | 774ed75abb458b1db5a34e97229fea06c42bcc0f /calmwm.h | |
parent | 35d7a7dabf8e1cb8891b2661e5798de4f9f06f87 (diff) | |
download | cwm-f0f3f957861987532ec41c77ea3d04cec1e43938.tar.gz |
Selectively hide and show clients based on state; merge client_unhide() and
client_show().
Diffstat (limited to 'calmwm.h')
-rw-r--r-- | calmwm.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -15,7 +15,7 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * $OpenBSD: calmwm.h,v 1.364 2019/02/25 16:40:49 okan Exp $ + * $OpenBSD: calmwm.h,v 1.365 2019/02/28 13:11:53 okan Exp $ */ #ifndef _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 *); |