Ignore:
Timestamp:
Aug 14, 1999, 6:13:16 PM (26 years ago)
Author:
cbratschi
Message:

wine-990731 update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/comctl32/trackbar.c

    r267 r496  
    1 /* $Id: trackbar.c,v 1.11 1999-07-04 21:06:00 cbratschi Exp $ */
     1/* $Id: trackbar.c,v 1.12 1999-08-14 16:13:15 cbratschi Exp $ */
    22/*
    33 * Trackbar control
     
    7474static BOOL TRACKBAR_SendNotify (HWND hwnd, UINT code);
    7575
    76 void TRACKBAR_RecalculateTics (HWND hwnd,TRACKBAR_INFO *infoPtr,BOOL restoreOld)
     76static void TRACKBAR_RecalculateTics (HWND hwnd,TRACKBAR_INFO *infoPtr,BOOL restoreOld)
    7777{
    7878    INT i,tic,nrTics;
     
    20322032
    20332033
    2034 LRESULT WINAPI
     2034static LRESULT WINAPI
    20352035TRACKBAR_WindowProc (HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
    20362036{
Note: See TracChangeset for help on using the changeset viewer.