Ignore:
Timestamp:
Feb 20, 2000, 7:28:35 PM (26 years ago)
Author:
cbratschi
Message:

WM_EX_CONTEXTHELP

File:
1 edited

Legend:

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

    r2804 r2834  
    1 /* $Id: scroll.cpp,v 1.34 2000-02-16 14:34:32 sandervl Exp $ */
     1/* $Id: scroll.cpp,v 1.35 2000-02-20 18:28:33 cbratschi Exp $ */
    22/*
    33 * Scrollbar control
     
    2323#include "pmframe.h"
    2424
    25 #define DBG_LOCALLOG    DBG_scroll
     25#define DBG_LOCALLOG    DBG_scroll
    2626#include "dbglocal.h"
    2727
     
    11961196    INT action = 0;
    11971197
    1198     dprintf(("USER32: SetScrollInfo"));
     1198    dprintf(("USER32: SetScrollInfo %x %d",hwnd,nBar));
    11991199
    12001200    if (!(infoPtr = SCROLL_GetInfoPtr(hwnd,nBar))) return 0;
Note: See TracChangeset for help on using the changeset viewer.