Changeset 1159 for trunk/src/user32/pmwindow.cpp
- Timestamp:
- Oct 7, 1999, 11:28:02 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/pmwindow.cpp
r1154 r1159 1 /* $Id: pmwindow.cpp,v 1.1 5 1999-10-06 10:36:39 dengertExp $ */1 /* $Id: pmwindow.cpp,v 1.16 1999-10-07 09:28:01 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Window Managment Code for OS/2 … … 776 776 PSZ wintext; 777 777 778 if(wndpars->fsStatus & (WPM_CCHTEXT | WPM_TEXT)) { 778 if(wndpars->fsStatus & (WPM_CCHTEXT | WPM_TEXT)) 779 { 779 780 if(wndpars->fsStatus & WPM_CCHTEXT) 780 781 wndpars->cchText = win32wnd->MsgGetTextLength(); 781 782 if(wndpars->fsStatus & WPM_TEXT) 782 783 wndpars->pszText = win32wnd->MsgGetText(); 784 785 wndpars->fsStatus = 0; 786 wndpars->cbCtlData = 0; 787 wndpars->cbPresParams = 0; 788 RestoreOS2TIB(); 783 789 return (MRESULT)TRUE; 784 790 }
Note:
See TracChangeset
for help on using the changeset viewer.