From 5ddaed415c895e56e7c1e6e7b881df8d3c4214bd Mon Sep 17 00:00:00 2001 From: okan Date: Fri, 29 Dec 2017 12:54:54 +0000 Subject: add helper function client_show to bring together like actions for unhide/raise --- calmwm.h | 1 + 1 file changed, 1 insertion(+) (limited to 'calmwm.h') 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 *); -- cgit 1.4.1