http://bugs.winehq.org/show_bug.cgi?id=2891
------- Additional Comments From xerox_xerox2000@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 .... :) )