Ignore:
Timestamp:
Oct 28, 1999, 5:20:25 PM (26 years ago)
Author:
sandervl
Message:

window style fixes

File:
1 edited

Legend:

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

    r1490 r1491  
    1 /* $Id: win32wbase.cpp,v 1.63 1999-10-28 12:00:34 sandervl Exp $ */
     1/* $Id: win32wbase.cpp,v 1.64 1999-10-28 15:20:25 sandervl Exp $ */
    22/*
    33 * Win32 Window Base Class for OS/2
     
    25632563                setStyle(ss.styleNew);
    25642564                if(!IsWindowDestroyed())
    2565                     OSLibSetWindowStyle(OS2HwndFrame, dwStyle);
     2565                    OSLibSetWindowStyle(OS2HwndFrame, ss.styleNew);
    25662566                SendMessageA(WM_STYLECHANGED,GWL_STYLE,(LPARAM)&ss);
    25672567                return ss.styleOld;
Note: See TracChangeset for help on using the changeset viewer.