diff options
author | okan | 2017-12-29 16:55:50 +0000 |
---|---|---|
committer | okan | 2017-12-29 16:55:50 +0000 |
commit | 2752425282f3222e609d25dee2df4f4d666274d5 (patch) | |
tree | 9994848f2ce904e91d0879b82db4f5fa4400a186 /calmwm.h | |
parent | 0aa3e7d08d83b487beb552501005df507b1ac0f8 (diff) | |
download | cwm-2752425282f3222e609d25dee2df4f4d666274d5.tar.gz |
Merge group_toggle_membership_leave into the buttonrelease event and only do
border work for a group/ungroup action.
Diffstat (limited to 'calmwm.h')
-rw-r--r-- | calmwm.h | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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.348 2017/12/29 12:54:54 okan Exp $ + * $OpenBSD: calmwm.h,v 1.349 2017/12/29 16:55:50 okan Exp $ */ #ifndef _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 *, |