Ignore:
Timestamp:
May 3, 2000, 8:35:56 PM (25 years ago)
Author:
sandervl
Message:

capture changes/fixes, SetWindowPos fix

File:
1 edited

Legend:

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

    r3364 r3488  
    1 /* $Id: oslibwin.h,v 1.41 2000-04-10 19:40:45 sandervl Exp $ */
     1/* $Id: oslibwin.h,v 1.42 2000-05-03 18:35:52 sandervl Exp $ */
    22/*
    33 * Window API wrappers for OS/2
     
    282282void  OSLibWinSetVisibleRegionNotify(HWND hwnd, BOOL fNotify);
    283283
     284HWND  OSLibWinQueryCapture();
     285BOOL  OSLibWinSetCapture(HWND hwnd);
     286
    284287#endif //__OSLIBWIN_H__
Note: See TracChangeset for help on using the changeset viewer.