]> git.sur5r.net Git - i3/i3/commit
x: Handle expose-events by only copying the requested region from our pixmap
authorMichael Stapelberg <michael@stapelberg.de>
Sat, 17 Dec 2011 20:08:56 +0000 (20:08 +0000)
committerMichael Stapelberg <michael@stapelberg.de>
Sat, 17 Dec 2011 20:08:56 +0000 (20:08 +0000)
commit0d210277f0f511d8850c712dc0c87a27bf20e2a0
treed23c6a668141aceadb0e1c372f54d8b862ecec97
parent6f8b2845863e9071d7d630b270729d46423c1eb5
x: Handle expose-events by only copying the requested region from our pixmap

This is faster than always updating the whole pixmap and should be safe.
src/handlers.c