Module: wine Branch: master Commit: ec4cc7f76b6e7ad9c111a1e10adfd26d72a8d154 URL: http://source.winehq.org/git/wine.git/?a=commit;h=ec4cc7f76b6e7ad9c111a1e10a...
Author: Alexandre Julliard julliard@winehq.org Date: Thu Sep 11 20:19:11 2008 +0200
winex11: Remove debug hack that slipped into commit a4a5a2ec121eeb2a7cd4ffbb5ba7b298f2a050b1.
---
dlls/winex11.drv/event.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/dlls/winex11.drv/event.c b/dlls/winex11.drv/event.c index 32befa4..b45cecf 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