add helper function client_show to bring together like actions for unhide/raise

This commit is contained in:
okan
2017-12-29 12:54:54 +00:00
parent 156681f0a5
commit 5ddaed415c
4 changed files with 12 additions and 8 deletions

View File

@ -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 *);