Re: [compiz] [PATCH] Resize plugin not finishing resizing

2007-07-27 Thread David Reveman
On Sat, 2007-06-23 at 19:53 +0200, Bellegarde Cedric wrote: In current git, when starting a resize and finish it without any change, resizeTerminate() need to do a resizeDamageRectangle(). This patch fix the issue... ok, should be fixed in head now. thanks, -David

[compiz] [PATCH] Resize plugin not finishing resizing

2007-06-23 Thread Bellegarde Cedric
In current git, when starting a resize and finish it without any change, resizeTerminate() need to do a resizeDamageRectangle(). This patch fix the issue... Cedric diff --git a/plugins/resize.c b/plugins/resize.c index a078861..ba4ed81 100644 --- a/plugins/resize.c +++ b/plugins/resize.c @@