diff options
Diffstat (limited to 'vcl/inc/window.h')
-rw-r--r-- | vcl/inc/window.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/inc/window.h b/vcl/inc/window.h index 3021e8bc7b6b..639bee80e82c 100644 --- a/vcl/inc/window.h +++ b/vcl/inc/window.h @@ -49,7 +49,7 @@ namespace vcl { class WindowData; } class SalFrame; class SalObject; enum class MouseEventModifiers; -enum class MouseNotifyEvent; +enum class NotifyEventType; enum class ActivateModeFlags; enum class DialogControlFlags; enum class GetFocusFlags; @@ -423,11 +423,11 @@ typedef std::unique_ptr<PaintBufferGuard, o3tl::default_delete<PaintBufferGuard> // helper methods -bool ImplHandleMouseEvent( const VclPtr<vcl::Window>& xWindow, MouseNotifyEvent nSVEvent, bool bMouseLeave, +bool ImplHandleMouseEvent( const VclPtr<vcl::Window>& xWindow, NotifyEventType nSVEvent, bool bMouseLeave, tools::Long nX, tools::Long nY, sal_uInt64 nMsgTime, sal_uInt16 nCode, MouseEventModifiers nMode ); -bool ImplLOKHandleMouseEvent( const VclPtr<vcl::Window>& xWindow, MouseNotifyEvent nSVEvent, bool bMouseLeave, +bool ImplLOKHandleMouseEvent( const VclPtr<vcl::Window>& xWindow, NotifyEventType nSVEvent, bool bMouseLeave, tools::Long nX, tools::Long nY, sal_uInt64 nMsgTime, sal_uInt16 nCode, MouseEventModifiers nMode, sal_uInt16 nClicks); |