Changeset 2449 for trunk/src


Ignore:
Timestamp:
Jan 15, 2000, 5:37:12 PM (26 years ago)
Author:
sandervl
Message:

put back original frame drawing code

File:
1 edited

Legend:

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

    r2446 r2449  
    1 /* $Id: win32wbasenonclient.cpp,v 1.10 2000-01-15 15:37:31 sandervl Exp $ */
     1/* $Id: win32wbasenonclient.cpp,v 1.11 2000-01-15 16:37:12 sandervl Exp $ */
    22/*
    33 * Win32 Window Base Class for OS/2 (non-client methods)
     
    601601  PatBlt(hdc,rect->left,   rect->top,      rect->right-rect->left, height,PATCOPY);
    602602  PatBlt(hdc,rect->left,   rect->top,      width,                  rect->bottom-rect->top,PATCOPY);
    603   PatBlt(hdc,rect->left,   rect->bottom, rect->right-rect->left,-height,PATCOPY);
    604   //SvL: Was PatBlt(hdc,rect->left,   rect->bottom-1, rect->right-rect->left,-height,PATCOPY);
    605   PatBlt(hdc,rect->right,  rect->top,     -width,                  rect->bottom-rect->top,PATCOPY);
    606   //SvL: Was PatBlt(hdc,rect->right-1,  rect->top,     -width,                  rect->bottom-rect->top,PATCOPY);
     603  PatBlt(hdc,rect->left,   rect->bottom-1, rect->right-rect->left,-height,PATCOPY);
     604  PatBlt(hdc,rect->right-1,rect->top,     -width,                  rect->bottom-rect->top,PATCOPY);
    607605  SelectObject(hdc,oldBrush);
    608606
Note: See TracChangeset for help on using the changeset viewer.