From: Arnout E. <no...@bz...> - 2011-02-19 01:39:48
|
On Sun, Feb 13, 2011 at 11:16:08PM +0100, Arnout Engelen wrote: > I gave it a shot, patch attached. The winprop is called 'lazy_resize', so for > example: > > defwinprop{ > class = "VirtualBox", > lazy_resize = true > } > > Because the client windows may not be a direct child of the mplex (at least > it looks like there's usually a WGroupCW in between), it seemed like a > reasonable idea to move that logic to clientwin_fitrep instead. > > To seperate resizing and reparenting a bit more neatly, I moved the > > REGION_GEOM(cwin)=geom > > assignment to happen after reparenting instead of before. > > This seems to work beautifully here - but I'd be glad if you guys could test > and review the changes a bit. Patches committed (and documented). Arnout |