Changeset 1338
- Timestamp:
- Oct 17, 1999, 6:43:28 PM (26 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
changelog (modified) (2 diffs)
-
include/win32type.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/changelog
r1335 r1338 1 /* $Id: changelog,v 1.33 3 1999-10-17 15:28:44sandervl Exp $ */1 /* $Id: changelog,v 1.334 1999-10-17 16:43:28 sandervl Exp $ */ 2 2 3 3 99-10-17: Sander van Leeuwen <sandervl@xs4all.nl> … … 9 9 Fixed dialog control creation bug (create ascii controls when 10 10 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 11 16 99-10-17: Christoph Bratschi <cbratschi@datacomm.ch> 12 17 - USER32: replaced OS/2 scrollbars by WINE scrollbars -
trunk/include/win32type.h
r1188 r1338 1 /* $Id: win32type.h,v 1.2 5 1999-10-08 16:02:51sandervl Exp $ */1 /* $Id: win32type.h,v 1.26 1999-10-17 16:43:09 sandervl Exp $ */ 2 2 3 3 /* … … 650 650 #endif 651 651 652 653 #ifndef __INCLUDE_WINUSER_H 654 typedef 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 652 665 #pragma pack() 653 666
Note:
See TracChangeset
for help on using the changeset viewer.
