Ignore:
Timestamp:
Aug 5, 1999, 9:23:04 PM (26 years ago)
Author:
hugh
Message:

Uses DIVEWRAP and fixed bug in surface generation (not setting up all values (Pixelformat))

File:
1 edited

Legend:

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

    r416 r423  
    126126  }
    127127
    128   ULONG rc = DiveOpen(&hDive, FALSE, &pFrameBuffer);
     128  ULONG rc = DiveOpen( &hDive,
     129                       FALSE,
     130                       &pFrameBuffer);
    129131  if(rc)
    130132  {
     
    135137  else
    136138  {
    137     rc = DiveQueryCaps(&dCaps,DIVE_BUFFER_SCREEN);
     139    WriteLog("DiveOpen OK\n");
     140    rc = DiveQueryCaps( &dCaps,
     141                        DIVE_BUFFER_SCREEN);
    138142  }
    139143
Note: See TracChangeset for help on using the changeset viewer.