- Timestamp:
- Nov 4, 1999, 7:53:11 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32dlg.cpp
r1596 r1597 1 /* $Id: win32dlg.cpp,v 1.3 0 1999-11-04 18:52:44sandervl Exp $ */1 /* $Id: win32dlg.cpp,v 1.31 1999-11-04 18:53:11 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Dialog Code for OS/2 … … 642 642 classNameA, 643 643 windowNameA, 644 //SvL: Temporary workaround for painting problems in dialogs (WS_CLIPSIBLINGS)645 644 info.style | WS_CHILD | WS_CLIPSIBLINGS, 646 645 info.x * xUnit / 4,
Note:
See TracChangeset
for help on using the changeset viewer.