summary refs log tree commit diff
path: root/calmwm.h
diff options
context:
space:
mode:
authorokan <okan>2011-06-24 06:09:26 +0000
committerokan <okan>2011-06-24 06:09:26 +0000
commit8f1c5833613687e67c8422bd50c34b4d11fa2e6c (patch)
tree17be3dacc2f50d4aa78496a7fa66ae23c9a78c2a /calmwm.h
parent34ba6cdbcc03111d75e2336739aa70edc7da5a1d (diff)
downloadcwm-8f1c5833613687e67c8422bd50c34b4d11fa2e6c.tar.gz
cwm-8f1c5833613687e67c8422bd50c34b4d11fa2e6c.tar.xz
cwm-8f1c5833613687e67c8422bd50c34b4d11fa2e6c.zip
New option to raise a client via the mouse (unbound by default);
opposing action, lower, already exists and bound.  Both keyboard
mappings already exist.

'no opinion either way' oga@
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 68426ac..168577b 100644
--- a/calmwm.h
+++ b/calmwm.h
@@ -405,6 +405,7 @@ void			 mousefunc_window_grouptoggle(struct client_ctx *,
 void			 mousefunc_window_hide(struct client_ctx *, void *);
 void			 mousefunc_window_lower(struct client_ctx *, void *);
 void			 mousefunc_window_move(struct client_ctx *, void *);
+void			 mousefunc_window_raise(struct client_ctx *, void *);
 void			 mousefunc_window_resize(struct client_ctx *, void *);
 
 struct menu  		*menu_filter(struct screen_ctx *, struct menu_q *,