Changeset 4931 for trunk/src


Ignore:
Timestamp:
Jan 11, 2001, 7:04:19 PM (25 years ago)
Author:
sandervl
Message:

DrawIconEx bugfix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/uitools.cpp

    r3482 r4931  
    1 /* $Id: uitools.cpp,v 1.27 2000-05-02 20:50:49 sandervl Exp $ */
     1/* $Id: uitools.cpp,v 1.28 2001-01-11 18:04:19 sandervl Exp $ */
    22/*
    33 * User Interface Functions
     
    17131713  {
    17141714    HDC hBmpDC = CreateCompatibleDC(hdc);
    1715     HBITMAP memBmp,oldMemBmp = CreateCompatibleBitmap(hdc,cxWidth,cyWidth);
     1715    HBITMAP oldMemBmp, memBmp = CreateCompatibleBitmap(hdc,cxWidth,cyWidth);
    17161716    RECT rect;
    17171717
Note: See TracChangeset for help on using the changeset viewer.