Ignore:
Timestamp:
Feb 1, 2001, 7:02:20 PM (25 years ago)
Author:
sandervl
Message:

clientHeight fix

File:
1 edited

Legend:

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

    r4983 r5045  
    1 /* $Id: dc.cpp,v 1.82 2001-01-20 16:57:00 sandervl Exp $ */
     1/* $Id: dc.cpp,v 1.83 2001-02-01 18:02:20 sandervl Exp $ */
    22
    33/*
     
    534534 Win32BaseWindow *wnd;
    535535
    536    wnd = Win32BaseWindow::GetWindowFromOS2Handle(pHps->hwnd);
     536   wnd = Win32BaseWindow::GetWindowFromOS2Handle(hwnd);
    537537   return clientHeight(wnd, hwnd, pHps);
    538538}
Note: See TracChangeset for help on using the changeset viewer.