Download Reference Manual
The Developer's Library for D
About Wiki Forums Source Search Contact

Changeset 3994

Show
Ignore:
Timestamp:
10/08/08 15:55:15 (1 month ago)
Author:
kris
Message:

fixes #1320 :: Incorrect enum values in win32 Types module

Big thank-you to BenjiSmith?

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/tango/sys/win32/Types.di

    r3918 r3994  
    322322 
    323323enum : DWORD { 
    324     SM_CXVIRTUALSCREEN = (76), 
    325     SM_CYVIRTUALSCREEN = (77), 
     324    SM_XVIRTUALSCREEN = (76), 
     325    SM_YVIRTUALSCREEN = (77), 
     326    SM_CXVIRTUALSCREEN = (78), 
     327    SM_CYVIRTUALSCREEN = (79), 
    326328    MONITORINFOF_PRIMARY = (1), 
    327329    LZERROR_UNKNOWNALG = -((8)),