Ignore:
Timestamp:
Jan 6, 2001, 12:25:49 AM (25 years ago)
Author:
sandervl
Message:

minor update

File:
1 edited

Legend:

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

    r4848 r4873  
    1 /* $Id: dibsect.cpp,v 1.44 2000-12-29 18:40:43 sandervl Exp $ */
     1/* $Id: dibsect.cpp,v 1.45 2001-01-05 23:25:30 sandervl Exp $ */
    22
    33/*
     
    2525#include <win32api.h>
    2626#include <winconst.h>
     27#include <winuser32.h>
    2728#include <cpuhlp.h>
    2829#include <dcdata.h>
     
    515516           nDestWidth, nDestHeight, nSrcWidth, nSrcHeight));
    516517
    517 /*
    518   hwndDest = Win32ToOS2Handle(hwndDest);
    519   if(hwndDest != 0)
    520   {
    521       hps = WinGetPS(hwndDest);
    522   }
    523 */
    524518#ifdef INVERT
    525519  oldyinversion = GpiQueryYInversion(hps);
     
    603597  else  rc = GpiDrawBits(hps, bitmapBits, pOS2bmp, 4, &point[0], ROP_SRCCOPY, os2mode);
    604598
    605 /*
    606   if(hwndDest != 0)
    607   {
    608     WinReleasePS(hps);
    609   }
    610 */
    611599  if(rc == GPI_OK) {
    612600        DIBSection *destdib = DIBSection::findHDC(hdcDest);
Note: See TracChangeset for help on using the changeset viewer.