Ignore:
Timestamp:
Jun 14, 2000, 3:17:51 PM (25 years ago)
Author:
sandervl
Message:

region changes

File:
1 edited

Legend:

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

    r3638 r3705  
    1 /* $Id: blit.cpp,v 1.13 2000-05-29 22:43:54 sandervl Exp $ */
     1/* $Id: blit.cpp,v 1.14 2000-06-14 13:17:49 sandervl Exp $ */
    22
    33/*
     
    256256                               (PBITMAPINFO)infoLoc, DIB_RGB_COLORS, dwRop);
    257257
    258         if(rc != heightDst) {
     258        if(rc != heightSrc) {
    259259                dprintf(("StretchDIBits failed with rc %x", rc));
    260260        }
Note: See TracChangeset for help on using the changeset viewer.