toytoolkit: Recalculate input region if client has modified it's size.
authorScott Moreau <oreaus@gmail.com>
Mon, 14 May 2012 17:39:29 +0000 (11:39 -0600)
committerKristian Høgsberg <krh@bitplanet.net>
Mon, 14 May 2012 18:30:01 +0000 (14:30 -0400)
commitf7e498cb89ef1b740380414eaf557da4428557fb
treee2e54773c16a2424bd8a8e7829f877667faeb743
parent79b5652de61362a137917a1b46fe87e81a48c406
toytoolkit: Recalculate input region if client has modified it's size.

If a client changes it's width/height values in it's widget resize handler,
the input region will be wrong because of the assumptions toytoolkit makes
in frame_resize_handler(). So far, gears is the only client that does this.
clients/window.c