Ignore:
Timestamp:
Jun 7, 2000, 4:51:33 PM (25 years ago)
Author:
sandervl
Message:

Major rewrite: frame/client -> frame

File:
1 edited

Legend:

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

    r3628 r3662  
    1 /* $Id: user32.cpp,v 1.82 2000-05-28 19:50:54 sandervl Exp $ */
     1/* $Id: user32.cpp,v 1.83 2000-06-07 14:51:28 sandervl Exp $ */
    22
    33/*
     
    17061706int WIN32API FillRect(HDC hDC, const RECT * lprc, HBRUSH hbr)
    17071707{
    1708     dprintf2(("USER32:  FillRect (%d,%d)(%d,%d) brush %X\n", lprc->left, lprc->top, lprc->right, lprc->bottom, hbr));
     1708    dprintf(("USER32:  FillRect (%d,%d)(%d,%d) brush %X\n", lprc->left, lprc->top, lprc->right, lprc->bottom, hbr));
    17091709    return O32_FillRect(hDC,lprc,hbr);
    17101710}
Note: See TracChangeset for help on using the changeset viewer.