i3/include
Orestis Floros e1d3e6b2f6
Fix transient_for endless loop
Other approaches would be:
- Slow/fast pointer technique.
- Using a set/associative map to save 'seen' nodes. i3 does not have
  such data structure.

Counting the total amount of windows is the simpler to implement.

I've also extracted the logic in a function and re-used it in render.c.

Fixes #4404
2021-11-11 20:29:02 +01:00
..
2021-11-11 20:29:02 +01:00
2021-11-05 15:19:18 +01:00
2021-07-24 22:18:58 +03:00
2017-09-13 17:41:05 +02:00
2018-10-13 21:10:10 +03:00
2016-11-08 13:46:43 -08:00
2019-10-03 06:09:57 +00:00
2019-10-14 03:31:24 +03:00
2020-10-18 17:28:14 +02:00
2020-04-20 05:54:17 +02:00