Changeset 2449 for trunk/src/user32
- Timestamp:
- Jan 15, 2000, 5:37:12 PM (26 years ago)
- File:
- 
      - 1 edited
 
 - 
          
  trunk/src/user32/new/win32wbasenonclient.cpp (modified) (2 diffs)
 
Legend:
- Unmodified
- Added
- Removed
- 
      trunk/src/user32/new/win32wbasenonclient.cppr2446 r2449 1 /* $Id: win32wbasenonclient.cpp,v 1.1 0 2000-01-15 15:37:31sandervl Exp $ */1 /* $Id: win32wbasenonclient.cpp,v 1.11 2000-01-15 16:37:12 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Window Base Class for OS/2 (non-client methods) … … 601 601 PatBlt(hdc,rect->left, rect->top, rect->right-rect->left, height,PATCOPY); 602 602 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); 607 605 SelectObject(hdc,oldBrush); 608 606 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
