]> git.sur5r.net Git - i3/i3/commit
Map window/its decoration *after* calling render_layout()
authorMichael Stapelberg <michael@stapelberg.de>
Sat, 25 Jul 2009 20:29:28 +0000 (22:29 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Sat, 25 Jul 2009 20:29:28 +0000 (22:29 +0200)
commit163c9ad7dbd82905088ba6b6cc1c4ee9ed210258
tree13736a1bdb61a0576a23c1e6abbad46329306ace
parentce501c9de9954da29a7afa3c11f53d5bdf98c0df
Map window/its decoration *after* calling render_layout()

Thus, no more flickering because the window was first mapped and then
moved. Especially users of multiple monitors should be happy now ;-).
Rather radical change, though, so be prepared for problems.
include/xcb.h
src/layout.c
src/manage.c
src/resize.c
src/util.c
src/xcb.c
src/xinerama.c