Ignore:
Timestamp:
Feb 23, 2000, 6:05:19 PM (26 years ago)
Author:
cbratschi
Message:

export 55AA pattern for COMCTL32, edit EN_CHANGED fix

File:
1 edited

Legend:

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

    r2857 r2873  
    1 /* $Id: win32wbasenonclient.cpp,v 1.14 2000-02-22 17:07:43 cbratschi Exp $ */
     1/* $Id: win32wbasenonclient.cpp,v 1.15 2000-02-23 17:05:19 cbratschi Exp $ */
    22/*
    33 * Win32 Window Base Class for OS/2 (non-client methods)
     
    13751375    if (uFlags & DC_ACTIVE)
    13761376    {
    1377       HBRUSH hbr = SelectObject (hdc, CACHE_GetPattern55AABrush ());
     1377      HBRUSH hbr = SelectObject (hdc, GetPattern55AABrush ());
    13781378      PatBlt (hdc, rc.left, rc.top,
    13791379              rc.right-rc.left, rc.bottom-rc.top, 0xFA0089);
Note: See TracChangeset for help on using the changeset viewer.