Ignore:
Timestamp:
Apr 15, 2001, 4:29:49 PM (24 years ago)
Author:
sandervl
Message:

Rewrote (Get)ClipCursor

File:
1 edited

Legend:

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

    r5406 r5509  
    1 /* $Id: user32.cpp,v 1.95 2001-03-30 22:08:19 sandervl Exp $ */
     1/* $Id: user32.cpp,v 1.96 2001-04-15 14:29:48 sandervl Exp $ */
    22
    33/*
     
    325325}
    326326
    327 /* Cursor Functions */
    328 
    329 BOOL WIN32API ClipCursor(const RECT * lpRect)
    330 {
    331     dprintf(("USER32:  ClipCursor\n"));
    332     return O32_ClipCursor(lpRect);
    333 }
    334 //******************************************************************************
    335 //******************************************************************************
    336 BOOL WIN32API GetClipCursor( LPRECT lpRect)
    337 {
    338     dprintf(("USER32:  GetClipCursor\n"));
    339     return O32_GetClipCursor(lpRect);
    340 }
    341 
    342327/* Mouse Input Functions */
    343328
Note: See TracChangeset for help on using the changeset viewer.