git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52962
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
const wxScrollHelperNative *helper,
const wxSize& origBest);
#ifdef __WXMSW__
const wxScrollHelperNative *helper,
const wxSize& origBest);
#ifdef __WXMSW__
- static WXLRESULT FilterMSWWindowProc(WXLRESULT origResult);
+ static WXLRESULT FilterMSWWindowProc(WXUINT nMsg, WXLRESULT origResult);
#ifdef __WXMSW__
virtual WXLRESULT MSWWindowProc(WXUINT nMsg, WXWPARAM wParam, WXLPARAM lParam)
{
#ifdef __WXMSW__
virtual WXLRESULT MSWWindowProc(WXUINT nMsg, WXWPARAM wParam, WXLPARAM lParam)
{
- return FilterMSWWindowProc(T::MSWWindowProc(nMsg, wParam, lParam));
+ return FilterMSWWindowProc(nMsg, T::MSWWindowProc(nMsg, wParam, lParam));
-WXLRESULT wxScrolledT_Helper::FilterMSWWindowProc(WXLRESULT rc)
+WXLRESULT wxScrolledT_Helper::FilterMSWWindowProc(WXUINT nMsg, WXLRESULT rc)
{
#ifndef __WXWINCE__
// we need to process arrows ourselves for scrolling
{
#ifndef __WXWINCE__
// we need to process arrows ourselves for scrolling