Changeset 1523 for trunk/src/user32/win32dlg.cpp
- Timestamp:
- Oct 30, 1999, 8:08:19 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32dlg.cpp
r1516 r1523 1 /* $Id: win32dlg.cpp,v 1.2 3 1999-10-30 10:55:15 sandervlExp $ */1 /* $Id: win32dlg.cpp,v 1.24 1999-10-30 18:08:19 dengert Exp $ */ 2 2 /* 3 3 * Win32 Dialog Code for OS/2 … … 621 621 (LPCWSTR)info.className, 622 622 (LPCWSTR)info.windowName, 623 info.style | WS_CHILD ,623 info.style | WS_CHILD | WS_CLIPSIBLINGS, 624 624 info.x * xUnit / 4, 625 625 info.y * yUnit / 8, … … 645 645 classNameA, 646 646 windowNameA, 647 info.style | WS_CHILD ,647 info.style | WS_CHILD | WS_CLIPSIBLINGS, 648 648 info.x * xUnit / 4, 649 649 info.y * yUnit / 8,
Note:
See TracChangeset
for help on using the changeset viewer.