diff options
author | okan | 2017-12-29 12:54:54 +0000 |
---|---|---|
committer | okan | 2017-12-29 12:54:54 +0000 |
commit | 0aa3e7d08d83b487beb552501005df507b1ac0f8 (patch) | |
tree | bfe46fad158f7f959a92daac6f3938f3257b3918 /calmwm.h | |
parent | 2adf37a96f7d23964494764d3ebc4e788711acf2 (diff) | |
download | cwm-0aa3e7d08d83b487beb552501005df507b1ac0f8.tar.gz |
add helper function client_show to bring together like actions for unhide/raise
Diffstat (limited to '')
-rw-r--r-- | calmwm.h | 3 |
1 files changed, 2 insertions, 1 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.347 2017/12/19 14:30:53 okan Exp $ + * $OpenBSD: calmwm.h,v 1.348 2017/12/29 12:54:54 okan Exp $ */ #ifndef _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 *); |