Changeset 1801 for trunk/src/user32/oslibwin.cpp
- Timestamp:
- Nov 21, 1999, 6:07:52 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/oslibwin.cpp
r1739 r1801 1 /* $Id: oslibwin.cpp,v 1.4 5 1999-11-14 16:35:54 sandervlExp $ */1 /* $Id: oslibwin.cpp,v 1.46 1999-11-21 17:07:50 cbratschi Exp $ */ 2 2 /* 3 3 * Window API wrappers for OS/2 … … 439 439 hwndClient = WinWindowFromID(hwnd, FID_CLIENT); 440 440 if(hwndClient) { 441 441 WinEnableWindow(hwndClient, fEnable); 442 442 } 443 443 return rc; … … 1058 1058 OSWinStyle); 1059 1059 1060 //CB: bug: it doesn't work with child windows!1061 1062 1060 if(OSFrameStyle & FCF_TITLEBAR) 1063 1061 {
Note:
See TracChangeset
for help on using the changeset viewer.