Ignore:
Timestamp:
Jan 11, 2004, 1:04:44 PM (22 years ago)
Author:
sandervl
Message:

Update

File:
1 edited

Legend:

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

    r10033 r10379  
    1 /* $Id: win32dlg.cpp,v 1.81 2003-04-24 13:59:14 sandervl Exp $ */
     1/* $Id: win32dlg.cpp,v 1.82 2004-01-11 12:03:17 sandervl Exp $ */
    22/*
    33 * Win32 Dialog Code for OS/2
     
    426426    if (!getCharSizeFromDC( hdc, 0, &size )) return FALSE;
    427427    DeleteDC( hdc );
     428    dprintf(("Dialog base unit size (%d,%d)", size.cx, size.cy));
    428429    xBaseUnit = size.cx;
    429430    yBaseUnit = size.cy;
Note: See TracChangeset for help on using the changeset viewer.