| Index: fpdfsdk/pdfwindow/PWL_EditCtrl.h
|
| diff --git a/fpdfsdk/pdfwindow/PWL_EditCtrl.h b/fpdfsdk/pdfwindow/PWL_EditCtrl.h
|
| index a61705648dfda73d95a1a3a516a06dfab7a2c267..6d35ce95377ae7e4b2a90152d4d4d247205e529b 100644
|
| --- a/fpdfsdk/pdfwindow/PWL_EditCtrl.h
|
| +++ b/fpdfsdk/pdfwindow/PWL_EditCtrl.h
|
| @@ -103,13 +103,13 @@ class CPWL_EditCtrl : public CPWL_Wnd, public IFX_Edit_Notify {
|
| // CPWL_Wnd
|
| void OnCreate(PWL_CREATEPARAM& cp) override;
|
| void OnCreated() override;
|
| - FX_BOOL OnKeyDown(uint16_t nChar, FX_DWORD nFlag) override;
|
| - FX_BOOL OnChar(uint16_t nChar, FX_DWORD nFlag) override;
|
| - FX_BOOL OnLButtonDown(const CFX_FloatPoint& point, FX_DWORD nFlag) override;
|
| - FX_BOOL OnLButtonUp(const CFX_FloatPoint& point, FX_DWORD nFlag) override;
|
| - FX_BOOL OnMouseMove(const CFX_FloatPoint& point, FX_DWORD nFlag) override;
|
| + FX_BOOL OnKeyDown(uint16_t nChar, uint32_t nFlag) override;
|
| + FX_BOOL OnChar(uint16_t nChar, uint32_t nFlag) override;
|
| + FX_BOOL OnLButtonDown(const CFX_FloatPoint& point, uint32_t nFlag) override;
|
| + FX_BOOL OnLButtonUp(const CFX_FloatPoint& point, uint32_t nFlag) override;
|
| + FX_BOOL OnMouseMove(const CFX_FloatPoint& point, uint32_t nFlag) override;
|
| void OnNotify(CPWL_Wnd* pWnd,
|
| - FX_DWORD msg,
|
| + uint32_t msg,
|
| intptr_t wParam = 0,
|
| intptr_t lParam = 0) override;
|
| void CreateChildWnd(const PWL_CREATEPARAM& cp) override;
|
|
|