]> git.sur5r.net Git - i3/i3/commit
Bugfix: Use con_orientation(). Fixes switching between different outputs
authorMichael Stapelberg <michael@stapelberg.de>
Sun, 18 Sep 2011 13:38:39 +0000 (14:38 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Sun, 18 Sep 2011 13:38:39 +0000 (14:38 +0100)
commit7a2e92a11646eee8459fc982c0569b4d454c6db9
treef790f5b60705798542b1d97b1ed4a606fd0a13c1
parentb9053c6f8ffec037d510519d516eb10d9765190e
Bugfix: Use con_orientation(). Fixes switching between different outputs

Fixes: #518
For stacking containers, direct access using con->orientation is wrong, we need
to use con_orientation().
src/con.c