cycle through other common cycling modifiers; based on a diff from

Alexander Polakov.

ok sthen@
This commit is contained in:
okan
2012-05-16 01:09:17 +00:00
parent dd5bfdb064
commit ac82403a51
3 changed files with 23 additions and 16 deletions

View File

@ -644,6 +644,18 @@ client_cycle(struct screen_ctx *sc, int flags)
client_ptrwarp(newcc);
}
void
client_cycle_leave(struct screen_ctx *sc, struct client_ctx *cc)
{
sc->cycling = 0;
client_mtf(NULL);
if (cc) {
group_sticky_toggle_exit(cc);
XUngrabKeyboard(X_Dpy, CurrentTime);
}
}
static struct client_ctx *
client_mrunext(struct client_ctx *cc)
{