Changeset 1202 for trunk/src


Ignore:
Timestamp:
Oct 8, 1999, 11:25:26 PM (26 years ago)
Author:
cbratschi
Message:

SendDlgItemMessage fixed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/oslibwin.cpp

    r1189 r1202  
    1 /* $Id: oslibwin.cpp,v 1.17 1999-10-08 16:13:07 cbratschi Exp $ */
     1/* $Id: oslibwin.cpp,v 1.18 1999-10-08 21:25:26 cbratschi Exp $ */
    22/*
    33 * Window API wrappers for OS/2
     
    657657   memset(&tinfo, 0, sizeof(TRACKINFO));
    658658   WinSendMsg(hwndFrame, WM_QUERYTRACKINFO, (MPARAM)0,(MPARAM)&tinfo);
    659    
     659
    660660   pMinMax->ptMinTrackSize.x = tinfo.ptlMinTrackSize.x;
    661661   pMinMax->ptMinTrackSize.y = tinfo.ptlMinTrackSize.y;
     
    847847                    OSWinStyle);
    848848
     849  //CB: bug: it doesn't work with child windows!
     850
    849851  if(OSFrameStyle != 0)  // maybe WinQueryClassName == WC_FRAME is better
    850852  {
Note: See TracChangeset for help on using the changeset viewer.