3 Oct
2005
3 Oct
'05
4:44 p.m.
http://bugs.winehq.org/show_bug.cgi?id=2891 ------- Additional Comments From xerox_xerox2000(a)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.