summaryrefslogtreecommitdiff
path: root/vcl/inc/window.h
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc/window.h')
-rw-r--r--vcl/inc/window.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/vcl/inc/window.h b/vcl/inc/window.h
index fe1c9fbaf133..6e6129b1b1b4 100644
--- a/vcl/inc/window.h
+++ b/vcl/inc/window.h
@@ -51,6 +51,7 @@ class VCLXWindow;
class SalFrame;
class SalObject;
enum class MouseEventModifiers;
+enum class MouseNotifyEvent;
namespace com {
namespace sun {
@@ -377,7 +378,7 @@ public:
// helper methods
-bool ImplHandleMouseEvent( vcl::Window* pWindow, sal_uInt16 nSVEvent, bool bMouseLeave,
+bool ImplHandleMouseEvent( vcl::Window* pWindow, MouseNotifyEvent nSVEvent, bool bMouseLeave,
long nX, long nY, sal_uIntPtr nMsgTime,
sal_uInt16 nCode, MouseEventModifiers nMode );
void ImplHandleResize( vcl::Window* pWindow, long nNewWidth, long nNewHeight );