Changeset 423 for trunk/src/ddraw/OS2DDRAW.CPP
- Timestamp:
- Aug 5, 1999, 9:23:04 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/ddraw/OS2DDRAW.CPP
r416 r423 126 126 } 127 127 128 ULONG rc = DiveOpen(&hDive, FALSE, &pFrameBuffer); 128 ULONG rc = DiveOpen( &hDive, 129 FALSE, 130 &pFrameBuffer); 129 131 if(rc) 130 132 { … … 135 137 else 136 138 { 137 rc = DiveQueryCaps(&dCaps,DIVE_BUFFER_SCREEN); 139 WriteLog("DiveOpen OK\n"); 140 rc = DiveQueryCaps( &dCaps, 141 DIVE_BUFFER_SCREEN); 138 142 } 139 143
Note:
See TracChangeset
for help on using the changeset viewer.