Ignore:
Timestamp:
Mar 20, 2002, 11:30:08 AM (23 years ago)
Author:
sandervl
Message:

Changes & fixes for minimized windows

File:
1 edited

Legend:

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

    r7801 r8105  
    1 /* $Id: win32wbasenonclient.cpp,v 1.38 2002-02-05 17:59:01 sandervl Exp $ */
     1/* $Id: win32wbasenonclient.cpp,v 1.39 2002-03-20 10:30:07 sandervl Exp $ */
    22/*
    33 * Win32 Window Base Class for OS/2 (non-client methods)
     
    439439            winRect->right = winRect->left;
    440440    }
    441 
     441    else {
     442        //must return empty rectangle in parent coordinates (converted to
     443        //(0,0)(0,0) in NCCALCSIZE handler
     444        winRect->right  = winRect->left;
     445        winRect->bottom = winRect->top;
     446    }
    442447    return result;
    443448}
Note: See TracChangeset for help on using the changeset viewer.