Re: [PATCH] window: check previous window size in idle_resize

2012-02-08 Thread Kristian Høgsberg
On Wed, Feb 1, 2012 at 3:35 PM, wrote: > From: Juan Zhao > > When sceduling redraw, the checking will use previous window size >  before resize_handler is called. Because resize_handler may change >  the window size. > For example, in the flower, the resize_handler will set the window >  size to

[PATCH] window: check previous window size in idle_resize

2012-01-31 Thread juan . j . zhao
From: Juan Zhao When sceduling redraw, the checking will use previous window size before resize_handler is called. Because resize_handler may change the window size. For example, in the flower, the resize_handler will set the window size to make widget and window size the same. This patch is s