Ignore:
Timestamp:
Jun 13, 2001, 12:29:46 PM (24 years ago)
Author:
sandervl
Message:

OS/2 looks changes + fixes

File:
1 edited

Legend:

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

    r5973 r5993  
    1 /* $Id: win32wbase.cpp,v 1.265 2001-06-12 17:02:41 sandervl Exp $ */
     1/* $Id: win32wbase.cpp,v 1.266 2001-06-13 10:29:46 sandervl Exp $ */
    22/*
    33 * Win32 Window Base Class for OS/2
     
    12391239      rectOS2.yBottom = height - rect.top;
    12401240      rectOS2.yTop    = height - rect.bottom;
    1241       OSLibWinPositionFrameControls(getOS2FrameWindowHandle(), &rectOS2);
     1241      OSLibWinPositionFrameControls(getOS2FrameWindowHandle(), &rectOS2, dwStyle, dwExStyle, IconForWindow(ICON_SMALL));
    12421242  }
    12431243  return rc;
Note: See TracChangeset for help on using the changeset viewer.