Ignore:
Timestamp:
Oct 14, 1999, 9:31:32 PM (26 years ago)
Author:
sandervl
Message:

Window rectange fixes + partly implemented CopyImage

File:
1 edited

Legend:

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

    r1297 r1299  
    1 /* $Id: oslibwin.cpp,v 1.28 1999-10-14 18:27:57 sandervl Exp $ */
     1/* $Id: oslibwin.cpp,v 1.29 1999-10-14 19:31:30 sandervl Exp $ */
    22/*
    33 * Window API wrappers for OS/2
     
    881881  OSLibWinConvertStyle(dwStyle, &dwExStyle, &OSWinStyle, &OSFrameStyle, &borderWidth, &borderHeight);
    882882
     883  OSWinStyle = OSWinStyle & ~(WS_TABSTOP | WS_GROUP | WS_CLIPCHILDREN);
     884
    883885  WinSetWindowULong(hwnd, QWL_STYLE,
    884886                    (WinQueryWindowULong(hwnd, QWL_STYLE) & ~0xffff0000) |
Note: See TracChangeset for help on using the changeset viewer.