Ignore:
Timestamp:
Jul 15, 2001, 4:36:40 PM (24 years ago)
Author:
sandervl
Message:

translation added for WM_V/HSCROLL

File:
1 edited

Legend:

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

    r6328 r6337  
    1 /* $Id: pmwindow.cpp,v 1.140 2001-07-14 09:21:43 sandervl Exp $ */
     1/* $Id: pmwindow.cpp,v 1.141 2001-07-15 14:36:40 sandervl Exp $ */
    22/*
    33 * Win32 Window Managment Code for OS/2
     
    566566        goto RunDefWndProc;
    567567    }
     568
     569    case WM_HSCROLL:
     570    case WM_VSCROLL:
     571        dprintf(("OS2: %s %x %x %x", (msg == WM_HSCROLL) ? "WM_HSCROLL" : "WM_VSCROLL", win32wnd->getWindowHandle(), mp1, mp2));
     572        win32wnd->DispatchMsgA(pWinMsg);
     573        break;
    568574
    569575    case WM_INITMENU:
Note: See TracChangeset for help on using the changeset viewer.