[pkg-wine-party] [SCM] Debian Wine packaging branch, wheezy, updated. wine-1.4-7-302-gb61b690

Alexandre Julliard julliard at winehq.org
Sun Jun 17 20:01:15 UTC 2012


The following commit has been merged in the wheezy branch:
commit 0c015efb64101ba79321a0540eebed219184eecd
Author: Alexandre Julliard <julliard at winehq.org>
Date:   Fri Mar 9 11:37:15 2012 +0100

    winex11: Ignore FocusOut event on destroyed windows.
    (cherry picked from commit 29c1b8fa0842fdcaff6a7bdb73693be7445f602c)

diff --git a/dlls/winex11.drv/event.c b/dlls/winex11.drv/event.c
index 99c47c8..7f9f0bf 100644
--- a/dlls/winex11.drv/event.c
+++ b/dlls/winex11.drv/event.c
@@ -759,6 +759,7 @@ static void X11DRV_FocusOut( HWND hwnd, XEvent *xev )
         if (!hwnd && event->window == x11drv_thread_data()->clip_window) reset_clipping_window();
         return;
     }
+    if (!hwnd) return;
     if (ximInComposeMode) return;
 
     x11drv_thread_data()->last_focus = hwnd;

-- 
Debian Wine packaging



More information about the pkg-wine-party mailing list