[Bug 2891] Tooltip window steals focus and creates a "normal" window

Wine Bugs wine-bugs at winehq.org
Mon Oct 3 11:44:09 CDT 2005


http://bugs.winehq.org/show_bug.cgi?id=2891





------- Additional Comments From xerox_xerox2000 at yahoo.co.uk  2005-03-10 11:44 -------
A quick hack seems to fix this: in x11drv/window.c change line 124 from
if (!data->managed && !using_wine_desktop && is_window_managed( data->hwnd ))
into
if (data->managed && !using_wine_desktop && is_window_managed( data->hwnd ))
(and get rid of the next line which makes no sense noiw)
i will investigate this further this evening when i have more time (as this will
probably break other things .... :) ) 

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list