From ba75c139531d2a52dfa43a0302d9c8886ed1a820 Mon Sep 17 00:00:00 2001 From: okan Date: Fri, 29 Dec 2017 16:55:50 +0000 Subject: Merge group_toggle_membership_leave into the buttonrelease event and only do border work for a group/ungroup action. --- calmwm.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'calmwm.h') diff --git a/calmwm.h b/calmwm.h index 2ccf83a..9bb6c59 100644 --- a/calmwm.h +++ b/calmwm.h @@ -442,8 +442,7 @@ void group_movetogroup(struct client_ctx *, int); void group_only(struct screen_ctx *, int); int group_restore(struct client_ctx *); void group_show(struct group_ctx *); -void group_toggle_membership_enter(struct client_ctx *); -void group_toggle_membership_leave(struct client_ctx *); +void group_toggle_membership(struct client_ctx *); void group_update_names(struct screen_ctx *); void search_match_client(struct menu_q *, struct menu_q *, -- cgit 1.4.1