]> git.sur5r.net Git - i3/i3/commit
optimization: Render on pixmaps and copy the result on Stack_Wins
authorMichael Stapelberg <michael@stapelberg.de>
Fri, 17 Jul 2009 16:32:40 +0000 (18:32 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Fri, 17 Jul 2009 16:32:40 +0000 (18:32 +0200)
commit5b51c8c6f0735d93949c4faa4be3632c0a66c67e
tree8a98b1f7a6f0c69d617252e1b13d7d955dc72dc9
parent0434b6ea3d26c6908fed953eaa34ddf651a08d6d
optimization: Render on pixmaps and copy the result on Stack_Wins

This should speed up the rendering of Stack_Wins with many window
decorations and it should considerably reduce flicker.
include/data.h
include/i3.h
include/xcb.h
src/layout.c
src/mainx.c
src/util.c
src/xcb.c