[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

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



The following commit has been merged in the wheezy branch:
commit 0c015efb64101ba79321a0540eebed219184eecd
Author: Alexandre Julliard <julliard@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



Reply to: