aboutsummaryrefslogtreecommitdiffstats
path: root/calmwm.h
diff options
context:
space:
mode:
authoroga2008-06-25 22:44:42 +0000
committeroga2008-06-25 22:44:42 +0000
commit1671eb8f4f1ca145fbdde6054bb0bcf0b23c4fbe (patch)
tree657cd6f8dbee6bd92be708da8498d55acd738b9f /calmwm.h
parent0ffce5f79391bc8249c6c8387da842fbadc8928d (diff)
downloadcwm-1671eb8f4f1ca145fbdde6054bb0bcf0b23c4fbe.tar.gz
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 '')
-rw-r--r--calmwm.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/calmwm.h b/calmwm.h
index 90c9ee2..fa73b58 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.
*
- * $Id: calmwm.h,v 1.56 2008/06/25 22:37:29 oga Exp $
+ * $Id: calmwm.h,v 1.57 2008/06/25 22:44:42 oga Exp $
*/
#ifndef _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 *);