Changeset 106 for trunk/src/user32
- Timestamp:
- Jun 12, 1999, 10:44:07 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/user32.cpp
r85 r106 1 /* $Id: user32.cpp,v 1. 6 1999-06-09 20:53:30 phallerExp $ */1 /* $Id: user32.cpp,v 1.7 1999-06-12 20:44:07 cbratschi Exp $ */ 2 2 3 3 /* … … 565 565 if (y < 0) y = 0; 566 566 #endif 567 568 // 6-12-99 CB: WS_CLIPCHILDREN not set -> controls not redrawn 569 // Problems with group boxes 570 571 #ifndef WS_CLIPCHILDREN 572 #define WS_CLIPCHILDREN 0x20000000L 573 #endif 574 575 dwStyle |= WS_CLIPCHILDREN; 567 576 568 577 //SvL: Breaks applications … … 1289 1298 //****************************************************************************** 1290 1299 // Not implemented by Open32 (5-31-99 Christoph Bratschi) 1291 // Quick and dirty implementation1292 1300 //****************************************************************************** 1293 1301 BOOL WIN32API CheckRadioButton( HWND arg1, UINT arg2, UINT arg3, UINT arg4)
Note:
See TracChangeset
for help on using the changeset viewer.