about summary refs log tree commit diff
path: root/calmwm.h
diff options
context:
space:
mode:
Diffstat (limited to 'calmwm.h')
-rw-r--r--calmwm.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/calmwm.h b/calmwm.h
index aa21c35..9a5517d 100644
--- a/calmwm.h
+++ b/calmwm.h
@@ -424,12 +424,16 @@ void			 kbfunc_ssh(struct client_ctx *, union arg *);
 void			 kbfunc_term(struct client_ctx *, union arg *);
 void 			 kbfunc_tile(struct client_ctx *, union arg *);
 
+void			 mousefunc_client_cyclegroup(struct client_ctx *,
+			    void *);
 void			 mousefunc_client_grouptoggle(struct client_ctx *,
 			    void *);
 void			 mousefunc_client_hide(struct client_ctx *, void *);
 void			 mousefunc_client_lower(struct client_ctx *, void *);
 void			 mousefunc_client_move(struct client_ctx *, void *);
 void			 mousefunc_client_raise(struct client_ctx *, void *);
+void			 mousefunc_client_rcyclegroup(struct client_ctx *,
+    			   void *);
 void			 mousefunc_client_resize(struct client_ctx *, void *);
 void			 mousefunc_menu_cmd(struct client_ctx *, void *);
 void			 mousefunc_menu_group(struct client_ctx *, void *);