R2EEZTZFT5S4KDNLI6RTD5X4H6BYJCL6EF24I33DSLUI6E7FBYRQC
4WVZ2LAGAIQ2EROHNA4T5PWQEEIPJRTA3CBHGAO55NACCUGLKEZQC
7B74AT3BXYB7PVW4F6SGQNPMHOU5TEV5TZ54CG6VSQI46XSEKWXQC
unsigned int n = 0;
/* Search for the first tiled window that is not sel, marking sel as * NULL if we pass it along the way */
/* Search for the first tiled window that is not sel, marking sel as
* NULL if we pass it along the way */
if (++n == 1 && c == sel) sel = NULL; else if (n == 2) { if (!sel) sel = c;
if (++n == 1 && c == sel)
sel = NULL;
else if (n == 2) {
if (!sel)
sel = c;
if (c != sel)
}
if (n == 1)
/* Return if no other tiled window was found */ if (&c->link == &clients)
/* Return if no other tiled window was found */
if (&c->link == &clients)
/* If we passed sel, move c to the front; otherwise, move sel to the * front */ if (!sel) sel = c;
/* If we passed sel, move c to the front; otherwise, move sel to the
* front */