Ignore:
Timestamp:
Oct 23, 1999, 6:45:24 PM (26 years ago)
Author:
cbratschi
Message:

GetSystemMetrics, timer and scrollbar fixes

File:
1 edited

Legend:

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

    r1408 r1418  
    1 /* $Id: win32wbase.cpp,v 1.60 1999-10-23 10:21:44 sandervl Exp $ */
     1/* $Id: win32wbase.cpp,v 1.61 1999-10-23 16:45:23 cbratschi Exp $ */
    22/*
    33 * Win32 Window Base Class for OS/2
     
    814814  // TODO: call TIMERPROC if not NULL
    815815  return SendInternalMessageA(WM_TIMER, TimerID, 0);
     816}
     817//******************************************************************************
     818//******************************************************************************
     819ULONG Win32BaseWindow::MsgSysTimer(ULONG TimerID)
     820{
     821  // TODO: call TIMERPROC if not NULL
     822  return SendInternalMessageA(WM_SYSTIMER, TimerID, 0);
    816823}
    817824//******************************************************************************
Note: See TracChangeset for help on using the changeset viewer.