| Index: xfa/fwl/cfwl_eventmouse.cpp
|
| diff --git a/xfa/fwl/core/cfwl_evtmouse.cpp b/xfa/fwl/cfwl_eventmouse.cpp
|
| similarity index 51%
|
| rename from xfa/fwl/core/cfwl_evtmouse.cpp
|
| rename to xfa/fwl/cfwl_eventmouse.cpp
|
| index 8bfce8a9c5baffb461c5928d5e8ccbaf2405d866..3f8c7734c4eecaa0cd3629cc5c74d37221fd79f4 100644
|
| --- a/xfa/fwl/core/cfwl_evtmouse.cpp
|
| +++ b/xfa/fwl/cfwl_eventmouse.cpp
|
| @@ -4,12 +4,13 @@
|
|
|
| // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
|
|
|
| -#include "xfa/fwl/core/cfwl_evtmouse.h"
|
| +#include "xfa/fwl/cfwl_eventmouse.h"
|
|
|
| -CFWL_EvtMouse::CFWL_EvtMouse(CFWL_Widget* pSrcTarget)
|
| - : CFWL_EvtMouse(pSrcTarget, nullptr) {}
|
| +CFWL_EventMouse::CFWL_EventMouse(CFWL_Widget* pSrcTarget)
|
| + : CFWL_EventMouse(pSrcTarget, nullptr) {}
|
|
|
| -CFWL_EvtMouse::CFWL_EvtMouse(CFWL_Widget* pSrcTarget, CFWL_Widget* pDstTarget)
|
| +CFWL_EventMouse::CFWL_EventMouse(CFWL_Widget* pSrcTarget,
|
| + CFWL_Widget* pDstTarget)
|
| : CFWL_Event(CFWL_Event::Type::Mouse, pSrcTarget, pDstTarget) {}
|
|
|
| -CFWL_EvtMouse::~CFWL_EvtMouse() {}
|
| +CFWL_EventMouse::~CFWL_EventMouse() {}
|
|
|