Ignore:
Timestamp:
Feb 6, 2000, 11:00:25 PM (26 years ago)
Author:
sandervl
Message:

DC changes + commented out shell position update

File:
1 edited

Legend:

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

    r2663 r2672  
    1 /* $Id: win32dlg.cpp,v 1.42 2000-02-05 16:24:58 sandervl Exp $ */
     1/* $Id: win32dlg.cpp,v 1.43 2000-02-06 22:00:23 sandervl Exp $ */
    22/*
    33 * Win32 Dialog Code for OS/2
     
    700700        if (!windowClass || !windowClass->getBackgroundBrush()) return 0;
    701701
    702 //        rc = GetClipBox( (HDC)wParam, &rect );
    703         rc = GetRgnBox(hUpdateRegion, &rect);
     702        rc = GetClipBox( (HDC)wParam, &rect );
    704703        if ((rc == SIMPLEREGION) || (rc == COMPLEXREGION))
    705704        {
     
    709708                hBrush = GetSysColorBrush(hBrush-1);
    710709
    711 //          FillRect( (HDC)wParam, &rect, hBrush);
    712                 FillRgn((HDC)wParam, hUpdateRegion, hBrush);
     710            FillRect( (HDC)wParam, &rect, hBrush);
    713711        }
    714712
Note: See TracChangeset for help on using the changeset viewer.