Ignore:
Timestamp:
Apr 10, 2000, 9:40:45 PM (25 years ago)
Author:
sandervl
Message:

topmost window changes

File:
1 edited

Legend:

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

    r3250 r3364  
    1 /* $Id: oslibwin.cpp,v 1.72 2000-03-27 15:06:29 cbratschi Exp $ */
     1/* $Id: oslibwin.cpp,v 1.73 2000-04-10 19:40:44 sandervl Exp $ */
    22/*
    33 * Window API wrappers for OS/2
     
    931931//******************************************************************************
    932932//******************************************************************************
     933void OSLibWinSetVisibleRegionNotify(HWND hwnd, BOOL fNotify)
     934{
     935  WinSetVisibleRegionNotify(hwnd, fNotify);
     936}
     937//******************************************************************************
     938//******************************************************************************
Note: See TracChangeset for help on using the changeset viewer.