Ignore:
Timestamp:
Nov 10, 1999, 3:15:23 PM (26 years ago)
Author:
sandervl
Message:

removed flipping in dibsection

File:
1 edited

Legend:

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

    r1533 r1686  
    1 /* $Id: dibsect.h,v 1.4 1999-10-31 21:38:16 achimha Exp $ */
     1/* $Id: dibsect.h,v 1.5 1999-11-10 14:15:23 sandervl Exp $ */
    22
    33/*
     
    7070              void  UnSelectDIBObject()      { this->hdc = 0;   };
    7171
    72               BOOL  BitBlt(HDC hdcDest, HWND hwndDest, int nXdest, int nYDest,
     72              BOOL  BitBlt(HDC hdcDest, int nXdest, int nYDest,
    7373                           int nWidth, int nHeight, int nXsrc, int nYSrc, DWORD Rop);
    7474
Note: See TracChangeset for help on using the changeset viewer.