Ignore:
Timestamp:
Jan 16, 2000, 7:17:13 PM (26 years ago)
Author:
cbratschi
Message:

menu and frame changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/new/scroll.cpp

    r2433 r2458  
    1 /* $Id: scroll.cpp,v 1.11 2000-01-13 20:11:37 sandervl Exp $ */
     1/* $Id: scroll.cpp,v 1.12 2000-01-16 18:17:11 cbratschi Exp $ */
    22/*
    33 * Scrollbar control
     
    7373static BOOL SCROLL_MovingThumb = FALSE;
    7474
    75 // Get the infoPtr: works only with scrollbar handles
    76 
    7775static SCROLLBAR_INFO *SCROLL_GetInfoPtr( HWND hwnd, INT nBar )
    7876{
    7977    Win32BaseWindow *win32wnd;
    80     HWND hwndFrame;
    8178
    8279    switch(nBar)
Note: See TracChangeset for help on using the changeset viewer.