Ignore:
Timestamp:
Jun 12, 2001, 7:02:42 PM (24 years ago)
Author:
sandervl
Message:

FillRect & CS_CLASSDC fixes; use critical secions for hooks

File:
1 edited

Legend:

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

    r5951 r5973  
    1 /* $Id: win32wbasenonclient.cpp,v 1.32 2001-06-10 12:05:41 sandervl Exp $ */
     1/* $Id: win32wbasenonclient.cpp,v 1.33 2001-06-12 17:02:42 sandervl Exp $ */
    22/*
    33 * Win32 Window Base Class for OS/2 (non-client methods)
     
    10301030
    10311031    dprintf(("DoNCPaint %x %x %d", getWindowHandle(), clip, suppress_menupaint));
    1032     DecreaseLogCount();
    10331032
    10341033    rect.top    = rect.left = 0;
     
    10611060                         ((clip > 1) ?(DCX_INTERSECTRGN /*| DCX_KEEPCLIPRGN*/) : 0) ))) return;
    10621061
     1062    DecreaseLogCount();
    10631063    SelectObject( hdc, GetSysColorPen(COLOR_WINDOWFRAME) );
    10641064
     
    11591159    }
    11601160
     1161    IncreaseLogCount();
    11611162    ReleaseDC(getWindowHandle(),hdc);
    1162     IncreaseLogCount();
    11631163    dprintf(("**DoNCPaint %x DONE", getWindowHandle()));
    11641164}
Note: See TracChangeset for help on using the changeset viewer.