Changeset 3350 for trunk/src


Ignore:
Timestamp:
Apr 8, 2000, 8:31:07 PM (25 years ago)
Author:
cbratschi
Message:

* empty log message *

File:
1 edited

Legend:

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

    r3341 r3350  
    1 /* $Id: win32wbasenonclient.cpp,v 1.21 2000-04-07 12:55:16 sandervl Exp $ */
     1/* $Id: win32wbasenonclient.cpp,v 1.22 2000-04-08 18:31:07 cbratschi Exp $ */
    22/*
    33 * Win32 Window Base Class for OS/2 (non-client methods)
     
    10121012    //     As we don't need to clip anything when that occurs, this workaround
    10131013    //     solves the problem.
    1014     if(rectClip.right == getWindowWidth() && rectClip.bottom == getWindowHeight()) 
    1015     {
    1016         clip = 0;
    1017         rectClip = rect;
     1014    if(rectClip.right == getWindowWidth() && rectClip.bottom == getWindowHeight())
     1015    {
     1016        clip = 0;
     1017        rectClip = rect;
    10181018    }
    10191019  }
     
    10561056      rect.top += GetSystemMetrics(SM_CYCAPTION);
    10571057    }
    1058     if( !clip || IntersectRect( &rfuzz, &r, &rectClip ) ) 
     1058    if( !clip || IntersectRect( &rfuzz, &r, &rectClip ) )
    10591059      DrawCaption(hdc,&r,active);
    10601060  }
     
    10871087    r.top  = r.bottom - GetSystemMetrics(SM_CYHSCROLL) + 1;
    10881088    FillRect( hdc, &r,  GetSysColorBrush(COLOR_SCROLLBAR) );
    1089     //CB: todo: child window have sometimes a size grip (i.e. Notepad)
     1089    //CB: todo: child windows have sometimes a size grip (i.e. Notepad)
    10901090    //    WS_SIZEBOX isn't set in these cases
    10911091    if (!(dwStyle & WS_CHILD))
     
    13201320        }
    13211321#ifdef DEBUG
    1322         //SvL: Do NOT turn this into a dprintf.
     1322        //SvL: Do NOT turn this into a dprintf.
    13231323        else
    13241324        if (wParam == SC_PUTMARK)
Note: See TracChangeset for help on using the changeset viewer.