Ignore:
Timestamp:
Nov 9, 1999, 6:07:23 PM (26 years ago)
Author:
cbratschi
Message:

MoveTo, system resource handling fixes

File:
1 edited

Legend:

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

    r1530 r1667  
    1 /* $Id: scroll.cpp,v 1.18 1999-10-31 17:53:53 cbratschi Exp $ */
     1/* $Id: scroll.cpp,v 1.19 1999-11-09 17:07:22 cbratschi Exp $ */
    22/*
    33 * Scrollbar control
     
    531531  INT x;
    532532
    533   p1.x = rect.right-2;
     533  p1.x = rect.right-1;
    534534  p1.y = rect.bottom;
    535   p2.x = rect.right-1;
     535  p2.x = rect.right;
    536536  p2.y = rect.bottom-1;
    537537  for (x = 0;x < 3;x++)
Note: See TracChangeset for help on using the changeset viewer.