[Bug 35025] Max Payne 2 Demo: checkboxes in options dialog have missing window styles

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Dec 9 15:23:21 CST 2013


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

zippy <gohabsgo60 at yahoo.ca> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|-unknown                    |user32

--- Comment #3 from zippy <gohabsgo60 at yahoo.ca> 2013-12-09 15:23:21 CST ---
according to MSDN
(http://msdn.microsoft.com/en-us/library/windows/desktop/ff700543%28v=vs.85%29.aspx):

Using the WS_EX_RIGHT style for static or edit controls has the same effect as
using the SS_RIGHT or ES_RIGHT style, respectively. Using this style with
button controls has the same effect as using BS_RIGHT and BS_RIGHTBUTTON
styles.

---------

so all that needs to be done is for wine's dialog template parser to check if
WS_EX_RIGHT is set and then set the appropriate window style flags depending on
the type of control.


*** setting the bug's component to user32.

-- 
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