]> git.sur5r.net Git - i3/i3/commit - testcases/t/502-focus-output.t
Fix output retrieval for floating cons
authorjj <haptix@web.de>
Tue, 22 Oct 2013 11:17:23 +0000 (13:17 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Wed, 23 Oct 2013 21:26:06 +0000 (23:26 +0200)
commitb6100dd7274a56b473927de9848bcff0e10b77d9
treeb1f8020442dc90469d5274d4c6e79e25b4dce4c2
parent1110a1bed62ac21b7dc21fdab465e7ae66978b5a
Fix output retrieval for floating cons

When focusing/moving to outputs, the method of getting the correct
output for a given container fails if the container in question is
floating and only partially mapped on an output screen. This patch
introduces a fail-safe retrieval of the output for any container.
src/commands.c
testcases/t/502-focus-output.t