Changeset 1338


Ignore:
Timestamp:
Oct 17, 1999, 6:43:28 PM (26 years ago)
Author:
sandervl
Message:

* empty log message *

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/changelog

    r1335 r1338  
    1  /* $Id: changelog,v 1.333 1999-10-17 15:28:44 sandervl Exp $ */
     1 /* $Id: changelog,v 1.334 1999-10-17 16:43:28 sandervl Exp $ */
    22
    33 99-10-17: Sander van Leeuwen <sandervl@xs4all.nl>
     
    99                  Fixed dialog control creation bug (create ascii controls when
    1010                  parent window is ascii)
     11                  Implemented SetWindowPlacement (not complete done)
     12                  Fixed GetWindowPlacement (handle translation), still
     13                  needs to be implemented though.
     14                  Don't change PM window style in WM_DESTROY handler -> crash in PMMERGE
     15
    1116 99-10-17: Christoph Bratschi <cbratschi@datacomm.ch>
    1217        - USER32: replaced OS/2 scrollbars by WINE scrollbars
  • trunk/include/win32type.h

    r1188 r1338  
    1 /* $Id: win32type.h,v 1.25 1999-10-08 16:02:51 sandervl Exp $ */
     1/* $Id: win32type.h,v 1.26 1999-10-17 16:43:09 sandervl Exp $ */
    22
    33/*
     
    650650#endif
    651651
     652
     653#ifndef __INCLUDE_WINUSER_H
     654typedef struct
     655{
     656    UINT   length;
     657    UINT   flags;
     658    UINT   showCmd;
     659    POINT  ptMinPosition;
     660    POINT  ptMaxPosition;
     661    RECT   rcNormalPosition;
     662} WINDOWPLACEMENT, *LPWINDOWPLACEMENT;
     663#endif
     664
    652665#pragma pack()
    653666
Note: See TracChangeset for help on using the changeset viewer.