Merge group_toggle_membership_leave into the buttonrelease event and only do

border work for a group/ungroup action.
This commit is contained in:
okan
2017-12-29 16:55:50 +00:00
parent 5ddaed415c
commit ba75c13953
4 changed files with 7 additions and 13 deletions

View File

@@ -411,7 +411,7 @@ kbfunc_client_toggle_group(void *ctx, struct cargs *cargs)
XGrabKeyboard(X_Dpy, cc->win, True,
GrabModeAsync, GrabModeAsync, CurrentTime);
group_toggle_membership_enter(cc);
group_toggle_membership(cc);
}
void