[Bug 9579] Window doesnt redraw after restoring

wine-bugs at winehq.org wine-bugs at winehq.org
Sat Sep 22 23:50:27 CDT 2007


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


Roman Vasilyev <darkside83 at yandex.ru> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|enhancement                 |normal
           Priority|P2                          |P1




--- Comment #11 from Roman Vasilyev <darkside83 at 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.



More information about the wine-bugs mailing list