aboutsummaryrefslogtreecommitdiffstats
path: root/calmwm.h
diff options
context:
space:
mode:
authorokan2017-12-29 12:54:54 +0000
committerokan2017-12-29 12:54:54 +0000
commit0aa3e7d08d83b487beb552501005df507b1ac0f8 (patch)
treebfe46fad158f7f959a92daac6f3938f3257b3918 /calmwm.h
parent2adf37a96f7d23964494764d3ebc4e788711acf2 (diff)
downloadcwm-0aa3e7d08d83b487beb552501005df507b1ac0f8.tar.gz
add helper function client_show to bring together like actions for unhide/raise
Diffstat (limited to '')
-rw-r--r--calmwm.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/calmwm.h b/calmwm.h
index cd1f161..54406f6 100644
--- a/calmwm.h
+++ b/calmwm.h
@@ -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 *);