Changeset 9156 for trunk/src/ddraw/OS2SURFACE.CPP
- Timestamp:
- Aug 28, 2002, 10:21:48 AM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/ddraw/OS2SURFACE.CPP
r8830 r9156 1 /* $Id: OS2SURFACE.CPP,v 1.4 6 2002-07-03 15:44:37sandervl Exp $ */1 /* $Id: OS2SURFACE.CPP,v 1.47 2002-08-28 08:20:05 sandervl Exp $ */ 2 2 3 3 /* … … 4890 4890 #endif 4891 4891 me->fLocked = TRUE; 4892 4893 if(me->diveBufNr == DIVE_BUFFER_SCREEN) 4894 { 4895 //If fHideCursorOnLock is set, then we hide the cursor to prevent 4896 //the app from corruption the mouse cursor (color/animated pointers) 4897 if(fHideCursorOnLock) ShowCursor(FALSE); 4898 } 4892 4899 } 4893 4900 … … 5334 5341 5335 5342 rc = DD_OK; 5343 5344 if(me->diveBufNr == DIVE_BUFFER_SCREEN) 5345 { 5346 //If fHideCursorOnLock is set, then we hide the cursor to prevent in SurfLock4 5347 //the app from corruption the mouse cursor (color/animated pointers) 5348 //We need to show it again here 5349 if(fHideCursorOnLock) ShowCursor(TRUE); 5350 } 5336 5351 } 5337 5352 … … 5441 5456 dprintf(("DDRAW: Unlock OK\n\n")); 5442 5457 rc = DD_OK; 5443 5444 5458 } 5445 5459
Note:
See TracChangeset
for help on using the changeset viewer.