]> git.sur5r.net Git - i3/i3/commit
Implement support for width_inc and height_inc of size hints
authorMichael Stapelberg <michael@stapelberg.de>
Tue, 11 Aug 2009 12:08:04 +0000 (14:08 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Tue, 11 Aug 2009 12:08:04 +0000 (14:08 +0200)
commitdd134a74efe547e373da476eefc2a7e8a9e2f573
treefa3c4aad018b49228ecb2b842b75a02d14dcb556
parentd8380c61019cdecb1761b86aebe43a25fe9f33c4
Implement support for width_inc and height_inc of size hints

This fixes the problem where you saw old window contents when resizing
a window (due to opening new windows or similar), especially in terminals.
include/data.h
src/handlers.c
src/layout.c
src/manage.c