Ignore:
Timestamp:
Nov 2, 1999, 11:41:23 PM (26 years ago)
Author:
hugh
Message:

Changed dprintf to add DDRAW: at start of a entry
Also copied framebuffer for solid blits to the prinmary surface
Red Alert Map editor does work now ;)

File:
1 edited

Legend:

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

    r1502 r1568  
    4141{
    4242  #ifdef DEBUG
    43     dprintf(("ClipQueryInterface\n"));
     43    dprintf(("DDRAW: ClipQueryInterface\n"));
    4444  #endif
    4545
     
    6363
    6464  #ifdef DEBUG
    65     dprintf(("OS2IDirectDrawClipper::AddRef %d\n", me->Referenced+1));
     65    dprintf(("DDRAW: OS2IDirectDrawClipper::AddRef %d\n", me->Referenced+1));
    6666  #endif
    6767
     
    7575
    7676  #ifdef DEBUG
    77     dprintf(("OS2IDirectDrawClipper::Release %d\n", me->Referenced-1));
     77    dprintf(("DDRAW: OS2IDirectDrawClipper::Release %d\n", me->Referenced-1));
    7878  #endif
    7979
     
    9797{
    9898  #ifdef DEBUG
    99     dprintf(("ClipGetClipList\n"));
     99    dprintf(("DDRAW: ClipGetClipList\n"));
    100100  #endif
    101101
     
    109109
    110110  #ifdef DEBUG
    111     dprintf(("ClipGetHWnd\n"));
     111    dprintf(("DDRAW: ClipGetHWnd\n"));
    112112  #endif
    113113
     
    120120{
    121121  #ifdef DEBUG
    122     dprintf(("ClipInitialize\n"));
     122    dprintf(("DDRAW: ClipInitialize\n"));
    123123  #endif
    124124
     
    130130{
    131131  #ifdef DEBUG
    132     dprintf(("ClipIsClipListChanged\n"));
     132    dprintf(("DDRAW: ClipIsClipListChanged\n"));
    133133  #endif
    134134
     
    140140{
    141141  #ifdef DEBUG
    142     dprintf(("ClipSetClipList\n"));
     142    dprintf(("DDRAW: ClipSetClipList\n"));
    143143  #endif
    144144
     
    153153
    154154  #ifdef DEBUG
    155     dprintf(("ClipSetHWnd\n"));
     155    dprintf(("DDRAW: ClipSetHWnd\n"));
    156156  #endif
    157157
Note: See TracChangeset for help on using the changeset viewer.