]> git.sur5r.net Git - i3/i3/commit
If no output is available, use the root screen geometry to determine the maximum... 1937/head
authorIngo Bürk <ingo.buerk@tngtech.com>
Sun, 20 Sep 2015 09:35:26 +0000 (11:35 +0200)
committerIngo Bürk <ingo.buerk@tngtech.com>
Sun, 20 Sep 2015 10:31:29 +0000 (12:31 +0200)
commit55edbfe73479352cacb4558e77f7467c056809fc
treee92bb422b6a2239ce4977f7bf00fee5c492c8521
parenteb4a174788033fe759ec1336a4509625c17547bf
If no output is available, use the root screen geometry to determine the maximum size when checking the size of floating windows.
This is necessary during a restart of i3 when restoring floating windows. In this situation, we restore the layout before setting up the RandR outputs which would set the window's size to 0, making it invisible.

Thanks to hwangcc23 and spudowiar for reporting.

fixes #1910
fixes #1934
src/floating.c