summary refs log tree commit diff
path: root/calmwm.h
diff options
context:
space:
mode:
authorokan <okan>2014-01-20 22:31:53 +0000
committerokan <okan>2014-01-20 22:31:53 +0000
commit34f43e3f2d34874cd2e7d8c81d6b8814f8292de6 (patch)
tree9e926164036d9df8cbbd51e421196ddc9a447c32 /calmwm.h
parentd91571c567fc74c422d766fd2613c9ae23ccbc36 (diff)
downloadcwm-34f43e3f2d34874cd2e7d8c81d6b8814f8292de6.tar.gz
cwm-34f43e3f2d34874cd2e7d8c81d6b8814f8292de6.tar.xz
cwm-34f43e3f2d34874cd2e7d8c81d6b8814f8292de6.zip
Use argument to pass down flags for mousefunc cyclegroup; removes
rcyclegroup wrapper need - now similar to kbfunc.
Diffstat (limited to 'calmwm.h')
-rw-r--r--calmwm.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/calmwm.h b/calmwm.h
index ed64cb6..e656b6c 100644
--- a/calmwm.h
+++ b/calmwm.h
@@ -495,8 +495,6 @@ void			 mousefunc_client_move(struct client_ctx *,
     			    union arg *);
 void			 mousefunc_client_raise(struct client_ctx *,
     			    union arg *);
-void			 mousefunc_client_rcyclegroup(struct client_ctx *,
-    			   union arg *);
 void			 mousefunc_client_resize(struct client_ctx *,
     			    union arg *);
 void			 mousefunc_menu_cmd(struct client_ctx *, union arg *);