]> git.sur5r.net Git - i3/i3/commit
Bugfix: Repeatedly try to find screens if none are available (Thanks mxf)
authorMichael Stapelberg <michael@stapelberg.de>
Tue, 21 Jul 2009 13:59:11 +0000 (15:59 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Tue, 21 Jul 2009 14:00:14 +0000 (16:00 +0200)
commit09c124857178e1ba8afebf522616ece6b5cf729f
treea6b936d58557341b91645e89c20e334c73b814ff
parentaf4d2e6d4e990c6642c27ab6c6faec31e55b9253
Bugfix: Repeatedly try to find screens if none are available (Thanks mxf)

When rotating your screens (xrandr --output LVDS1 --rotate right), sometimes
the X server returned no screens which lead to an exit(1) of i3. Now, i3
tries to find screens for up to 5 seconds and only quits afterwards.
src/xinerama.c