From ec4cc7f76b6e7ad9c111a1e10adfd26d72a8d154 Mon Sep 17 00:00:00 2001 From: Alexandre Julliard Date: Thu, 11 Sep 2008 20:19:11 +0200 Subject: [PATCH] winex11: Remove debug hack that slipped into commit a4a5a2ec121eeb2a7cd4ffbb5ba7b298f2a050b1. --- dlls/winex11.drv/event.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/dlls/winex11.drv/event.c b/dlls/winex11.drv/event.c index 32befa4a746..b45cecf7e13 100644 --- a/dlls/winex11.drv/event.c +++ b/dlls/winex11.drv/event.c @@ -552,8 +552,6 @@ static void handle_wm_protocols( HWND hwnd, XClientMessageEvent *event ) hwnd, IsWindowEnabled(hwnd), IsWindowVisible(hwnd), GetWindowLongW(hwnd, GWL_STYLE), GetFocus(), GetActiveWindow(), GetForegroundWindow(), last_focus ); - if (hwnd == GetForegroundWindow()) return; - if (can_activate_window(hwnd)) { /* simulate a mouse click on the caption to find out -- 2.11.4.GIT