summary refs log tree commit diff
path: root/calmwm.h
diff options
context:
space:
mode:
authoroga <oga>2008-06-25 22:44:42 +0000
committeroga <oga>2008-06-25 22:44:42 +0000
commit993fd4311f8514a93138e3f0547e13075db971c5 (patch)
tree37afbeb305298cf148dca7be83f3ee0fdee001ac /calmwm.h
parenta6ec6cd9e98d9ef0cb4a03daabd108d4f844592d (diff)
downloadcwm-993fd4311f8514a93138e3f0547e13075db971c5.tar.gz
cwm-993fd4311f8514a93138e3f0547e13075db971c5.tar.xz
cwm-993fd4311f8514a93138e3f0547e13075db971c5.zip
Allow a mouse binding to hide a window, and add a default keybinding for CMS-M3,
so it's hard to press by accident, but there if you need it.

requested (in a way) and tested by johan and todd.
Diffstat (limited to 'calmwm.h')
-rw-r--r--calmwm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/calmwm.h b/calmwm.h
index 0432817..3844fd8 100644
--- a/calmwm.h
+++ b/calmwm.h
@@ -457,6 +457,7 @@ void			 mousefunc_window_move(struct client_ctx *, void *);
 void			 mousefunc_window_grouptoggle(struct client_ctx *,
 			    void *);
 void			 mousefunc_window_lower(struct client_ctx *, void *);
+void			 mousefunc_window_hide(struct client_ctx *, void *);
 void			 mousefunc_menu_group(struct client_ctx *, void *);
 void			 mousefunc_menu_unhide(struct client_ctx *, void *);
 void			 mousefunc_menu_cmd(struct client_ctx *, void *);