Ignore:
Timestamp:
Nov 15, 2000, 2:57:57 PM (25 years ago)
Author:
sandervl
Message:

export selectClientArea for gdi32

File:
1 edited

Legend:

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

    r4494 r4597  
    1 /* $Id: win32wbasenonclient.cpp,v 1.25 2000-10-17 17:11:08 sandervl Exp $ */
     1/* $Id: win32wbasenonclient.cpp,v 1.26 2000-11-15 13:57:57 sandervl Exp $ */
    22/*
    33 * Win32 Window Base Class for OS/2 (non-client methods)
     
    424424        winRect->right  -= tmpRect.right;
    425425        winRect->bottom -= tmpRect.bottom;
     426
     427        if (winRect->top > winRect->bottom)
     428            winRect->bottom = winRect->top;
     429
     430        if (winRect->left > winRect->right)
     431            winRect->right = winRect->left;
    426432    }
    427433
Note: See TracChangeset for help on using the changeset viewer.