Ignore:
Timestamp:
Oct 30, 1999, 8:40:49 PM (26 years ago)
Author:
cbratschi
Message:

button, static, scroll and dialog fixes

File:
1 edited

Legend:

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

    r1405 r1525  
    1 /* $Id: dc.cpp,v 1.17 1999-10-22 18:11:43 sandervl Exp $ */
     1/* $Id: dc.cpp,v 1.18 1999-10-30 18:40:43 cbratschi Exp $ */
    22
    33/*
     
    13421342    HRGN  hrgn;
    13431343
     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
    13441352    LONG lComplexity = WinScrollWindow (window->getOS2WindowHandle(), dx, dy,
    13451353                                        (pScroll) ? &scrollRect : NULL,
Note: See TracChangeset for help on using the changeset viewer.