Ignore:
Timestamp:
Sep 22, 1999, 4:58:23 PM (26 years ago)
Author:
dengert
Message:

bad frame style corrected

File:
1 edited

Legend:

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

    r1000 r1010  
    1 /* $Id: oslibwin.cpp,v 1.3 1999-09-21 17:04:26 dengert Exp $ */
     1/* $Id: oslibwin.cpp,v 1.4 1999-09-22 14:58:23 dengert Exp $ */
    22/*
    33 * Window API wrappers for OS/2
     
    6565
    6666        dwFrameStyle |= FCF_TASKLIST | FCF_NOMOVEWITHOWNER | FCF_NOBYTEALIGN;
     67        dwWinStyle   &= ~WS_CLIPCHILDREN;
     68
    6769        *hwndFrame = WinCreateStdWindow(hwndParent, dwWinStyle,
    6870                                       &dwFrameStyle, WIN32_STDCLASS,
Note: See TracChangeset for help on using the changeset viewer.