Changeset 10379 for trunk/src/user32/win32dlg.cpp
- Timestamp:
- Jan 11, 2004, 1:04:44 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32dlg.cpp
r10033 r10379 1 /* $Id: win32dlg.cpp,v 1.8 1 2003-04-24 13:59:14sandervl Exp $ */1 /* $Id: win32dlg.cpp,v 1.82 2004-01-11 12:03:17 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Dialog Code for OS/2 … … 426 426 if (!getCharSizeFromDC( hdc, 0, &size )) return FALSE; 427 427 DeleteDC( hdc ); 428 dprintf(("Dialog base unit size (%d,%d)", size.cx, size.cy)); 428 429 xBaseUnit = size.cx; 429 430 yBaseUnit = size.cy;
Note:
See TracChangeset
for help on using the changeset viewer.