Changeset 9698 for trunk/src/ddraw/surfblit.cpp
- Timestamp:
- Jan 21, 2003, 12:20:36 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/ddraw/surfblit.cpp
r9566 r9698 1 /* $Id: surfblit.cpp,v 1. 2 2002-12-30 14:05:44sandervl Exp $ */1 /* $Id: surfblit.cpp,v 1.3 2003-01-21 11:20:36 sandervl Exp $ */ 2 2 3 3 /* … … 42 42 #include "asmutil.h" 43 43 #include "wndproc.h" 44 #include "divewrap.h" 44 45 45 46 #ifndef __WATCOMC__ … … 293 294 } //if(src) 294 295 296 #if 0 295 297 if(dest->diveBufNr == DIVE_BUFFER_SCREEN && 296 298 !(dwFlags & (DDBLT_COLORFILL|DDBLT_DEPTHFILL|DDBLT_ROP) ) && … … 405 407 } 406 408 } 409 #endif 407 410 408 411 //TODO: do we need to check the source for clipping information in case
Note:
See TracChangeset
for help on using the changeset viewer.