Ignore:
Timestamp:
Jul 24, 1999, 7:10:26 PM (26 years ago)
Author:
cbratschi
Message:

edit control

File:
1 edited

Legend:

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

    r373 r387  
    1 /* $Id: scroll.cpp,v 1.3 1999-07-23 16:46:29 cbratschi Exp $ */
     1/* $Id: scroll.cpp,v 1.4 1999-07-24 17:10:25 cbratschi Exp $ */
    22/*
    33 * Scrollbar control
     
    15031503    wndClass.cbWndExtra    = sizeof(SCROLLBAR_INFO);
    15041504    wndClass.hCursor       = LoadCursorA(0,IDC_ARROWA);
    1505     wndClass.hbrBackground = (HBRUSH)(COLOR_3DFACE+1);
     1505    wndClass.hbrBackground = (HBRUSH)0;
    15061506    wndClass.lpszClassName = SCROLLBARCLASSNAME;
    15071507
Note: See TracChangeset for help on using the changeset viewer.