Ignore:
Timestamp:
Mar 27, 2001, 6:17:52 PM (24 years ago)
Author:
sandervl
Message:

cursor handling updates

File:
1 edited

Legend:

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

    r5215 r5385  
    1 /* $Id: oslibwin.cpp,v 1.88 2001-02-20 15:40:22 sandervl Exp $ */
     1/* $Id: oslibwin.cpp,v 1.89 2001-03-27 16:17:52 sandervl Exp $ */
    22/*
    33 * Window API wrappers for OS/2
     
    209209//******************************************************************************
    210210//******************************************************************************
     211BOOL OSLibWinSetPointerPos(int x, int y)
     212{
     213  return WinSetPointerPos(HWND_DESKTOP, x, y);
     214}
     215//******************************************************************************
     216//******************************************************************************
    211217HWND OSLibWinQueryWindow(HWND hwnd, ULONG lCode)
    212218{
Note: See TracChangeset for help on using the changeset viewer.