[Bug 13751] System freeze when open menu in chess program FRITZ 11

wine-bugs at winehq.org wine-bugs at winehq.org
Sat Jun 7 22:19:34 CDT 2008


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





--- Comment #4 from Philip Sylvain <contact at sphilip.com>  2008-06-07 22:19:33 ---
After, I comment line 3210 in function MENU_TrackMenu() of dlls/user32/menu.c
and compile user32.dll.so , the program doesn't crash and there is no segment
fault,  but the popup menu still displayed when the mouse is out...

[code]
else
        {
            PeekMessageW( &msg, 0, msg.message, msg.message, PM_REMOVE );
//          DispatchMessageW( &msg );
            continue;
        }
[code] 


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list