]> git.sur5r.net Git - i3/i3/commit
Bugfix: fix flickering with 1pixel border tabbed layouts (Thanks julien)
authorMichael Stapelberg <michael@stapelberg.de>
Tue, 4 Sep 2012 20:47:12 +0000 (22:47 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Tue, 4 Sep 2012 20:47:12 +0000 (22:47 +0200)
commit8176b55b7bbdf618d89ab3b8bf66ce1e5319d348
treeea14b3b43aaa9988d71ba054a75d55b3f0b2bcfc
parent562c53d66c4a3d2e41334d5293a868c7b390383f
Bugfix: fix flickering with 1pixel border tabbed layouts (Thanks julien)

When you have a tabbed container which has had more than one container
but currently has precisely one container, there was a bit of flickering
when switching workspaces occasionally. This commit fixes it by properly
setting the height of the deco_rect (and thus the X11 window) to not
make the old window contents show up for a minimum period of time.

fixes #777
src/render.c