Suddenly we have autoraise!
HHQZAOG5ZVAAVGOEGOYMX2MMMTCDGAXN2AST2MXIHF4RAEEK3MHAC
LQPHYO7IIMLXHUD5IK657BO4BE3SGT5HYDRJDU5OFDF5YUXKIRTAC
5P7UH7LLJOGQWEXISVRG2V5WNHL2CYXFJCH6RW4LPJRCL557QHTAC
7B74AT3BXYB7PVW4F6SGQNPMHOU5TEV5TZ54CG6VSQI46XSEKWXQC
J6OSBEBQXZR5JZ5TOCCUPELBPUVEQULGCXURXLPY7WFYTDEQOU2AC
6XZIQSMIVP2GZ5S3UCKEVNDSLTHSQEVSXLV4UIFF3G3SRCGJPXYAC
* our client list is ordered front-to-back, we iterate over it backwards. */
* our focus stack is ordered front-to-back, we iterate over it backwards. */
wl_list_for_each_reverse(c, &clients, link) {
wl_list_for_each_reverse(c, &fstack, flink) {
* cursor. This relies on clients being ordered from top-to-bottom. */
* cursor. This relies on fstack being ordered from top-to-bottom. */
wl_list_for_each(c, &clients, link) {
wl_list_for_each(c, &fstack, flink) {