http://bugs.winehq.org/show_bug.cgi?id=9579 Roman Vasilyev <darkside83(a)yandex.ru> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|enhancement |normal Priority|P2 |P1 --- Comment #11 from Roman Vasilyev <darkside83(a)yandex.ru> 2007-09-22 23:50:27 --- I think I found the solution. I patch winpos.c, function X11DRV_MapNotify - if (data->managed && (win->dwStyle & WS_VISIBLE) && (win->dwStyle & WS_MINIMIZE)) + if (data->managed && (win->dwStyle & WS_MINIMIZE)) -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.