Ignore:
Timestamp:
Aug 19, 1999, 8:08:48 PM (26 years ago)
Author:
hugh
Message:

Implemented new colorconversion routine and fixed bug in fastblt function.
Changed the palettehandling code

File:
1 edited

Legend:

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

    r422 r587  
    77#define APIENTRY _System
    88#include "divewrap.h"
    9 
    109#define DEBUG 1
    1110#define mmioFOURCC( ch0, ch1, ch2, ch3 )                         \
     
    1312                  ( (DWORD)(BYTE)(ch2) << 16 ) | ( (DWORD)(BYTE)(ch3) << 24 ) )
    1413#include <fourcc.h>
     14#undef THIS
    1515#define THIS VOID*
    1616class OS2IDirectDraw
     
    4545    // also needed so get all the info we can get
    4646    DIVE_CAPS dCaps;
     47    VOID *pPrimSurf;
    4748
    4849  private:
Note: See TracChangeset for help on using the changeset viewer.