]> git.sur5r.net Git - i3/i3/commit
Do not create container pixmap when not needed
authorTony Crisci <tony@dubstepdish.com>
Sun, 19 Jan 2014 15:22:50 +0000 (10:22 -0500)
committerMichael Stapelberg <michael@stapelberg.de>
Sun, 19 Jan 2014 22:11:25 +0000 (23:11 +0100)
commit6578976b6159437c16187cf8d1ea38aa9fec9fc8
treeb2ae3004260cdfe0129bdc0ca0de78ec36f1b212
parentae555386b73f6d228e7bf045c67f288f22d11a66
Do not create container pixmap when not needed

The pixmap of a borderless container will not be used (except for the
titlebar in a stack or tabs). Make sure these containers do not have a
pixmap because it can only get in the way.

fixes #1013
src/x.c