Ignore:
Timestamp:
Nov 22, 2000, 2:44:50 PM (25 years ago)
Author:
sandervl
Message:

WM_CTLCOLOR fixes for apps that don't return brushes

File:
1 edited

Legend:

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

    r4597 r4674  
    1 /* $Id: dc.cpp,v 1.78 2000-11-15 13:57:56 sandervl Exp $ */
     1/* $Id: dc.cpp,v 1.79 2000-11-22 13:44:49 sandervl Exp $ */
    22
    33/*
     
    12321232        }
    12331233        else {
     1234            dprintf2(("WinInvalidateRect (%d,%d)(%d,%d)", rectl.xLeft, rectl.yBottom, rectl.xRight, rectl.yTop));
    12341235            success = WinInvalidateRect (hwnd, &rectl, IncludeChildren);
    12351236//SvL: If all children are included, then WinInvalidateRect is called
Note: See TracChangeset for help on using the changeset viewer.