Home
last modified time | relevance | path

Searched refs:wouldWrap (Results 1 – 1 of 1) sorted by relevance

/dports/x11-wm/herbstluftwm/herbstluftwm-0.9.2/src/
H A Dframetree.cpp568 bool wouldWrap = false; in cycleAll() local
569 cycle_frame([delta, &wouldWrap](size_t idx, size_t len) { in cycleAll()
570 wouldWrap = (idx == 0 && delta == -1) in cycleAll()
572 if (wouldWrap) { in cycleAll()
578 if (wouldWrap) { in cycleAll()