Changeset 1667 for trunk/src/user32/scroll.cpp
- Timestamp:
- Nov 9, 1999, 6:07:23 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/scroll.cpp
r1530 r1667 1 /* $Id: scroll.cpp,v 1.1 8 1999-10-31 17:53:53cbratschi Exp $ */1 /* $Id: scroll.cpp,v 1.19 1999-11-09 17:07:22 cbratschi Exp $ */ 2 2 /* 3 3 * Scrollbar control … … 531 531 INT x; 532 532 533 p1.x = rect.right- 2;533 p1.x = rect.right-1; 534 534 p1.y = rect.bottom; 535 p2.x = rect.right -1;535 p2.x = rect.right; 536 536 p2.y = rect.bottom-1; 537 537 for (x = 0;x < 3;x++)
Note:
See TracChangeset
for help on using the changeset viewer.