- Timestamp:
- Jun 21, 1999, 3:57:28 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/user32.cpp
r139 r143 1 /* $Id: user32.cpp,v 1.1 1 1999-06-21 00:42:48 buerkleExp $ */1 /* $Id: user32.cpp,v 1.12 1999-06-21 13:57:28 sandervl Exp $ */ 2 2 3 3 /* … … 559 559 // 6-12-99 CB: WS_CLIPCHILDREN not set -> controls not redrawn 560 560 // Problems with group boxes 561 dwStyle |= WS_CLIPCHILDREN; 561 //SvL: Not necessary anymore (EB's fixes) 562 // dwStyle |= WS_CLIPCHILDREN; 562 563 563 564 //SvL: Correct window style (like Wine does)
Note:
See TracChangeset
for help on using the changeset viewer.