Ignore:
Timestamp:
Feb 18, 2001, 3:18:39 PM (25 years ago)
Author:
sandervl
Message:

workaround for window origin changes

File:
1 edited

Legend:

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

    r4848 r5164  
    1 /* $Id: user32.cpp,v 1.90 2000-12-29 18:39:59 sandervl Exp $ */
     1/* $Id: user32.cpp,v 1.91 2001-02-18 14:18:39 sandervl Exp $ */
    22
    33/*
     
    15991599int WIN32API FillRect(HDC hDC, const RECT * lprc, HBRUSH hbr)
    16001600{
    1601     dprintf(("USER32:  FillRect (%d,%d)(%d,%d) brush %X\n", lprc->left, lprc->top, lprc->right, lprc->bottom, hbr));
     1601    dprintf(("USER32:  FillRect %x (%d,%d)(%d,%d) brush %X\n", hDC, lprc->left, lprc->top, lprc->right, lprc->bottom, hbr));
    16021602    return O32_FillRect(hDC,lprc,hbr);
    16031603}
Note: See TracChangeset for help on using the changeset viewer.