Ignore:
Timestamp:
Oct 15, 1999, 11:26:23 AM (26 years ago)
Author:
sandervl
Message:

hook + scrollbar bugfixes

File:
1 edited

Legend:

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

    r1203 r1306  
    1 /* $Id: scroll.cpp,v 1.7 1999-10-08 21:25:47 cbratschi Exp $ */
     1/* $Id: scroll.cpp,v 1.8 1999-10-15 09:26:23 sandervl Exp $ */
    22/*
    33 * Scrollbar control
     
    11141114
    11151115    default:
    1116         if (message >= WM_USER)
     1116//SvL: BUGFIX: Send WM_NCCREATE to defwndproc, return value 0 cancels window creation!
     1117//        if (message >= WM_USER)
    11171118            //WARN("unknown msg %04x wp=%04x lp=%08lx\n",
    11181119            //             message, wParam, lParam );
Note: See TracChangeset for help on using the changeset viewer.