https://bugs.winehq.org/show_bug.cgi?id=48947
Bug ID: 48947 Summary: Using hooks to customise menu drawing doesn't work Product: Wine Version: unspecified Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: stu.axon@gmail.com Distribution: ---
Created attachment 66921 --> https://bugs.winehq.org/attachment.cgi?id=66921 Skinned menu src example.
Examples from here (exe and code included). https://www.codeproject.com/Articles/3696/A-Revolutionary-New-Approach-to-Cu...
This bug also affects Winamp / WACUP, which uses hooks to customise the way it draws menus in the app.
https://bugs.winehq.org/show_bug.cgi?id=48947
--- Comment #1 from Stuart Axon stu.axon@gmail.com --- Created attachment 66922 --> https://bugs.winehq.org/attachment.cgi?id=66922 Skinned menu example executable.
https://bugs.winehq.org/show_bug.cgi?id=48947
--- Comment #2 from Stuart Axon stu.axon@gmail.com --- Created attachment 66923 --> https://bugs.winehq.org/attachment.cgi?id=66923 Menus are drawn with the default look, not the look from the hook.
WACUP + Winamp should have custom skinning for menus, but instead the ordinary wine look is used.
https://bugs.winehq.org/show_bug.cgi?id=48947
--- Comment #3 from Stuart Axon stu.axon@gmail.com --- Created attachment 66924 --> https://bugs.winehq.org/attachment.cgi?id=66924 Menu are drawn with a custom look implemented from the hook.
Menus as drawn in Windows in Winamp / WACUP, the hook enables a custom look.
https://bugs.winehq.org/show_bug.cgi?id=48947
Stuart Axon stu.axon@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Using hooks to customise |Using hooks to customise |menu drawing doesn't work |menu drawing doesn't work | |[winamp/wacup + example | |code]