Ignore:
Timestamp:
Aug 28, 2002, 10:21:48 AM (23 years ago)
Author:
sandervl
Message:

PF: Added custom function to hide mouse cursor when the primary surface (screen) is locked by the app to prevent display corruption with color/animated mouse pointers

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/ddraw/OS2DDRAW.H

    r8604 r9156  
    1 /* $Id: OS2DDRAW.H,v 1.16 2002-06-08 13:12:33 sandervl Exp $ */
     1/* $Id: OS2DDRAW.H,v 1.17 2002-08-28 08:20:05 sandervl Exp $ */
    22
    33/*
     
    219219#define FOURCC_UYVY  mmioFOURCC( 'U', 'Y', 'V', 'Y' )
    220220
     221extern BOOL fHideCursorOnLock;
     222
    221223#endif
Note: See TracChangeset for help on using the changeset viewer.