aboutsummaryrefslogtreecommitdiffstats
path: root/calmwm.h
diff options
context:
space:
mode:
authorokan2014-01-20 22:31:53 +0000
committerokan2014-01-20 22:31:53 +0000
commit4b339afeffe5ce7c19c1c9ea0217b45b386708d1 (patch)
tree0874ca5f6f9c1e336bab7f0d706e840a2b214e55 /calmwm.h
parenta142331514fc5e300b8bbc97cc5bc71ca7080d7b (diff)
downloadcwm-4b339afeffe5ce7c19c1c9ea0217b45b386708d1.tar.gz
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.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/calmwm.h b/calmwm.h
index 5fcdc37..74a5817 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.
*
- * $OpenBSD: calmwm.h,v 1.243 2014/01/20 21:34:32 okan Exp $
+ * $OpenBSD: calmwm.h,v 1.244 2014/01/20 22:31:53 okan Exp $
*/
#ifndef _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 *);