Ignore:
Timestamp:
May 20, 2000, 4:57:24 PM (25 years ago)
Author:
sandervl
Message:

SetWindowPos & ShowWindow bugfixes (client also updated)

File:
1 edited

Legend:

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

    r3513 r3581  
    1 /* $Id: oslibwin.cpp,v 1.76 2000-05-10 13:14:42 sandervl Exp $ */
     1/* $Id: oslibwin.cpp,v 1.77 2000-05-20 14:57:19 sandervl Exp $ */
    22/*
    33 * Window API wrappers for OS/2
     
    931931//******************************************************************************
    932932//******************************************************************************
     933DWORD OSLibQueryWindowStyle(HWND hwnd)
     934{
     935  return WinQueryWindowULong(hwnd, QWL_STYLE);
     936}
     937//******************************************************************************
     938//******************************************************************************
    933939void OSLibWinSetVisibleRegionNotify(HWND hwnd, BOOL fNotify)
    934940{
Note: See TracChangeset for help on using the changeset viewer.