Re: dlls/user/button.c - fix AUTO3STATE with BS_OWNERDRAW
17 Mar
2005
17 Mar
'05
3:45 a.m.
Michael Lin wrote:
AUTO3STATE control with BS_OWNERDRAW set will not get created.
ChangeLog: * fix AUTO3STATE with BS_OWNERDRAW set
------------------------------------------------------------------------
Index: dlls/user/button.c =================================================================== RCS file: /home/wine/wine/dlls/user/button.c,v retrieving revision 1.6 diff -r1.6 button.c 183c183,186 < return (window_style & 0x0f); ---
if ((window_style & BS_OWNERDRAW) == BS_OWNERDRAW) return BS_OWNERDRAW; else return (window_style & 0x0f);
Patches should be in diff -u format (cvs diff -u) please resubmit.. -- Tony Lambregts
7577
Age (days ago)
7577
Last active (days ago)
0 comments
1 participants
participants (1)
-
Tony Lambregts