http://bugs.winehq.org/show_bug.cgi?id=19368 Dmitry Timoshkov <dmitry(a)codeweavers.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |NEW --- Comment #7 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2009-08-05 23:08:35 --- (In reply to comment #6)
I seem " Windows has Accelarator Table in Shared Memory " But Wine has Accelarator Table in HeepArea. ( dlls/user32/resource.c CreateAcceleratorTableA() use GlobalAlloc16 function .)
In Windows an accelerator is a user32 kernel object, like windows and menus, and an accelerator created in one process is visible to another one. Wine implements this only for window handles. -- 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.