diff options
author | Noel Grandin <noel@peralex.com> | 2016-05-10 10:52:48 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2016-05-10 11:35:14 +0200 |
commit | 385ce0323fd6b5c13ab26414d68c6ca2afcfc97d (patch) | |
tree | c169da9a80c16e85146c97abbe726aa3e96d0b74 /vcl/inc/window.h | |
parent | 4cd0f67562770eb3e88efa9072add80ac2f80c06 (diff) |
Convert SAL_EVENT to scoped enum
Change-Id: I4e605e7acfe9d4fe409d32f20880b4c0e85a0ea7
Diffstat (limited to 'vcl/inc/window.h')
-rw-r--r-- | vcl/inc/window.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/vcl/inc/window.h b/vcl/inc/window.h index ccdd8bf824b9..3adb6fd3048b 100644 --- a/vcl/inc/window.h +++ b/vcl/inc/window.h @@ -47,6 +47,7 @@ enum class ActivateModeFlags; enum class DialogControlFlags; enum class GetFocusFlags; enum class ParentClipMode; +enum class SalEvent; namespace com { namespace sun { namespace star { @@ -77,7 +78,7 @@ namespace dnd { class XDropTarget; }}}}} -bool ImplWindowFrameProc( vcl::Window* pInst, sal_uInt16 nEvent, const void* pEvent ); +bool ImplWindowFrameProc( vcl::Window* pInst, SalEvent nEvent, const void* pEvent ); #define WINDOW_HITTEST_INSIDE ((sal_uInt16)0x0001) #define WINDOW_HITTEST_TRANSPARENT ((sal_uInt16)0x0002) |