]> git.sur5r.net Git - i3/i3/commit
Bugfix: When rendering, skip containers which are not yet initialized
authorMichael Stapelberg <michael@stapelberg.de>
Tue, 29 Sep 2009 10:26:53 +0000 (12:26 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Tue, 29 Sep 2009 10:26:53 +0000 (12:26 +0200)
commit5a77081c5538477f0bde3ca9248f408e7b54e9aa
tree0180a0c7fafa7a9fba49907d1b4b30603129f3d8
parent9ec6ea61dee6c8015054dcf1db721a668850998a
Bugfix: When rendering, skip containers which are not yet initialized

This is necessary now, because when creating a new row, several
containers have to be created. Since the implementation of the default
mode for containers, this also involves rendering the layout. However,
when rendering the layout, all of the containers are potentially
accessed…
src/layout.c