Re: [Spice-devel] [PATCH] client: x11: fix a crash caused by a call to a destroyed window.

2010-04-02 Thread Izik Eidus
On Thu, 1 Apr 2010 12:11:44 +0300 Yonit Halperin wrote: > Happens when a focused window is destroyed without a focus out event, > and a focus-in event occurs on another window. Hi Yonit, it look good... applied it... ___ Spice-devel mailing list Spic

[Spice-devel] [PATCH] client: x11: fix a crash caused by a call to a destroyed window.

2010-04-01 Thread Yonit Halperin
Happens when a focused window is destroyed without a focus out event, and a focus-in event occurs on another window. --- client/x11/red_window.cpp | 12 +--- client/x11/red_window_p.h |2 +- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/client/x11/red_window.cpp b/c