Ignore:
Timestamp:
May 29, 2001, 11:45:21 AM (24 years ago)
Author:
sandervl
Message:

Set/GetDIBColorTable fixes + SelectPalette hack

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gdi32/blit.cpp

    r5790 r5825  
    1 /* $Id: blit.cpp,v 1.28 2001-05-24 08:18:45 sandervl Exp $ */
     1/* $Id: blit.cpp,v 1.29 2001-05-29 09:45:20 sandervl Exp $ */
    22
    33/*
     
    329329  BOOL rc;
    330330
     331  dprintf(("PatBlt %x (%d,%d)(%d,%d) %x", hdc, nXLeft,nYLeft,nWidth,nHeight, dwRop));
    331332  //CB: Open32 bug: negative width/height not supported!
    332333  if (nWidth < 0)
Note: See TracChangeset for help on using the changeset viewer.