www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 8872] New: Missing extended window styles (WS_EX_... enumeration) in windows header

reply d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=8872

           Summary: Missing extended window styles (WS_EX_... enumeration)
                    in windows header
           Product: D
           Version: unspecified
          Platform: All
        OS/Version: Windows
            Status: NEW
          Severity: minor
          Priority: P2
         Component: druntime
        AssignedTo: nobody puremagic.com
        ReportedBy: maidenphil hotmail.com



PDT ---
The core.sys.windows.windows header provides the values for the windows class
style enumeration (WS_...) used in conjunction with the WNDCLASSA struct and
the CreateWindowA function. However, the extended values for the WNDCLASSEXA
and CreateWindowExA struct is not provided (first parameter to the function).
Here is the link listing those:
http://msdn.microsoft.com/en-us/library/windows/desktop/ff700543(v=vs.85).aspx
Cheers!

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Oct 22 2012
parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=8872


Alex Rønne Petersen <alex lycus.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull
             Status|NEW                         |ASSIGNED
                 CC|                            |alex lycus.org
         AssignedTo|nobody puremagic.com        |alex lycus.org



CEST ---
https://github.com/D-Programming-Language/druntime/pull/334

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Oct 22 2012