Ignore:
Timestamp:
Oct 8, 1999, 6:19:34 PM (26 years ago)
Author:
cbratschi
Message:

FrameSetBorderSize() now working

File:
1 edited

Legend:

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

    r1189 r1191  
    1 /* $Id: pmframe.cpp,v 1.1 1999-10-08 16:13:08 cbratschi Exp $ */
     1/* $Id: pmframe.cpp,v 1.2 1999-10-08 16:19:34 cbratschi Exp $ */
    22/*
    33 * Win32 Frame Managment Code for OS/2
     
    7676VOID FrameSetBorderSize(Win32BaseWindow *win32wnd)
    7777{
    78   //WinSendMsg(win32wnd->getOS2FrameWindowHandle(),WM_SETBORDERSIZE,(MPARAM)win32wnd->getBorderWidth(),(MPARAM)win32wnd->getBorderHeight());
     78  WinSendMsg(win32wnd->getOS2FrameWindowHandle(),WM_SETBORDERSIZE,(MPARAM)win32wnd->getBorderWidth(),(MPARAM)win32wnd->getBorderHeight());
    7979}
Note: See TracChangeset for help on using the changeset viewer.