Ignore:
Timestamp:
Mar 27, 2003, 12:02:27 PM (22 years ago)
Author:
sandervl
Message:

Changes for window tracking (move/size) with full window dragging enabled

File:
1 edited

Legend:

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

    r9866 r9943  
    1 /* $Id: oslibwin.cpp,v 1.140 2003-02-27 14:22:42 sandervl Exp $ */
     1/* $Id: oslibwin.cpp,v 1.141 2003-03-27 11:02:26 sandervl Exp $ */
    22/*
    33 * Window API wrappers for OS/2
     
    13291329//******************************************************************************
    13301330//******************************************************************************
     1331void OSLibWinLockVisibleRegions(BOOL fLock)
     1332{
     1333    WinLockVisRegions(HWND_DESKTOP, fLock);
     1334}
     1335//******************************************************************************
     1336//******************************************************************************
Note: See TracChangeset for help on using the changeset viewer.