Ignore:
Timestamp:
Oct 30, 1999, 8:08:19 PM (26 years ago)
Author:
dengert
Message:

fix last fix (dialogs)

File:
1 edited

Legend:

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

    r1522 r1523  
    1 /* $Id: oslibwin.cpp,v 1.39 1999-10-30 15:16:58 dengert Exp $ */
     1/* $Id: oslibwin.cpp,v 1.40 1999-10-30 18:08:19 dengert Exp $ */
    22/*
    33 * Window API wrappers for OS/2
     
    101101  }
    102102
    103   dwWinStyle &= ~(WS_CLIPCHILDREN | WS_CLIPSIBLINGS);
     103  dwWinStyle &= ~WS_CLIPCHILDREN;
    104104  FCData.flCreateFlags = dwFrameStyle;
    105105
Note: See TracChangeset for help on using the changeset viewer.