Re: [PATCH] toytoolkit: Recalculate input region if client has modified it's size.

2012-05-14 Thread Kristian Høgsberg
On Mon, May 14, 2012 at 01:19:34AM -0600, Scott Moreau wrote: > 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. Ah,

[PATCH] toytoolkit: Recalculate input region if client has modified it's size.

2012-05-14 Thread Scott Moreau
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 | 19 --- 1 files changed, 16 in