- Timestamp:
- Jan 11, 2001, 7:04:19 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/uitools.cpp
r3482 r4931 1 /* $Id: uitools.cpp,v 1.2 7 2000-05-02 20:50:49 sandervl Exp $ */1 /* $Id: uitools.cpp,v 1.28 2001-01-11 18:04:19 sandervl Exp $ */ 2 2 /* 3 3 * User Interface Functions … … 1713 1713 { 1714 1714 HDC hBmpDC = CreateCompatibleDC(hdc); 1715 HBITMAP memBmp,oldMemBmp = CreateCompatibleBitmap(hdc,cxWidth,cyWidth);1715 HBITMAP oldMemBmp, memBmp = CreateCompatibleBitmap(hdc,cxWidth,cyWidth); 1716 1716 RECT rect; 1717 1717
Note:
See TracChangeset
for help on using the changeset viewer.