Ignore:
Timestamp:
Sep 25, 1999, 4:18:12 PM (26 years ago)
Author:
sandervl
Message:

Cursor fixes + minor change to RedrawWindow

File:
1 edited

Legend:

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

    r1039 r1042  
    1 /* $Id: oslibwin.cpp,v 1.5 1999-09-25 09:27:07 dengert Exp $ */
     1/* $Id: oslibwin.cpp,v 1.6 1999-09-25 14:18:11 sandervl Exp $ */
    22/*
    33 * Window API wrappers for OS/2
     
    6565
    6666        dwFrameStyle |= FCF_TASKLIST | FCF_NOMOVEWITHOWNER | FCF_NOBYTEALIGN;
    67         dwWinStyle   &= ~WS_CLIPCHILDREN;
     67/////        dwWinStyle   &= ~WS_CLIPCHILDREN;
    6868
    6969        *hwndFrame = WinCreateStdWindow(hwndParent, dwWinStyle,
Note: See TracChangeset for help on using the changeset viewer.