]> git.sur5r.net Git - i3/i3/commit
handle windows whose WM_TRANSIENT_FOR points to themselve
authorMichael Stapelberg <michael@stapelberg.de>
Thu, 12 Jun 2014 19:16:45 +0000 (21:16 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Thu, 12 Jun 2014 19:16:45 +0000 (21:16 +0200)
commit5beaea3034fe1a6fbac884cb802fcee546b34833
tree426dd3cc20495e284d98fd2f19b831f3eabfbeea
parent1527f2b8a6c65b4bccf4628a83316b8445ee4597
handle windows whose WM_TRANSIENT_FOR points to themselve

I consider this behavior broken and not respecting the standard, but it
happens in real life, and it’s better for i3 to not busy-loop in such a
situation :).

fixes #1259
src/manage.c
src/render.c