Re: [PATCH 4/4] xwayland: Fixme: Free windows in hash

2012-07-18 Thread Tiago Vignatti
I think this's alright, but now I realize that we're missing to destroy the frame window all over the WM. Check for window->frame_id there. Thanks, Tiago On 07/04/2012 12:10 AM, Martin Minarik wrote: Use custom wrapper iterator function for destroying each window in hash. --- src/xwayland/

[PATCH 4/4] xwayland: Fixme: Free windows in hash

2012-07-18 Thread Martin Minarik
Use custom wrapper iterator function for destroying each window in hash. --- src/xwayland/window-manager.c |9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/xwayland/window-manager.c b/src/xwayland/window-manager.c index 6e032ea..5d7e653 100644 --- a/src/xwayland/w

Re: [PATCH 4/4] xwayland: Fixme: Free windows in hash

2012-07-09 Thread Kristian Høgsberg
On Tue, Jul 03, 2012 at 11:10:11PM +0200, Martin Minarik wrote: > Use custom wrapper iterator function for destroying each window in hash. > --- > src/xwayland/window-manager.c |9 - > 1 file changed, 8 insertions(+), 1 deletion(-) > > diff --git a/src/xwayland/window-manager.c b/src/

[PATCH 4/4] xwayland: Fixme: Free windows in hash

2012-07-03 Thread Martin Minarik
Use custom wrapper iterator function for destroying each window in hash. --- src/xwayland/window-manager.c |9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/xwayland/window-manager.c b/src/xwayland/window-manager.c index 6e032ea..5d7e653 100644 --- a/src/xwayland/w