Changeset 1525 for trunk/src/user32/dc.cpp
- Timestamp:
- Oct 30, 1999, 8:40:49 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/dc.cpp
r1405 r1525 1 /* $Id: dc.cpp,v 1.1 7 1999-10-22 18:11:43 sandervlExp $ */1 /* $Id: dc.cpp,v 1.18 1999-10-30 18:40:43 cbratschi Exp $ */ 2 2 3 3 /* … … 1342 1342 HRGN hrgn; 1343 1343 1344 if (scrollFlag & SW_SMOOTHSCROLL_W) 1345 { 1346 INT time = (scrollFlag >> 16) & 0xFFFF; 1347 1348 //CB: todo, scroll in several steps 1349 // is time in ms? time <-> iteration count? 1350 } 1351 1344 1352 LONG lComplexity = WinScrollWindow (window->getOS2WindowHandle(), dx, dy, 1345 1353 (pScroll) ? &scrollRect : NULL,
Note:
See TracChangeset
for help on using the changeset viewer.