diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-04-06 09:15:23 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-04-06 17:32:51 +0200 |
commit | b1253218e428640c0079916ddd5688c8fbb7171e (patch) | |
tree | 61fcd23c92f2e737be9d63a049bc6bc1651b415e /include/vcl/window.hxx | |
parent | b6fa0c15af7ea06a71d65e03204376fce7766ee9 (diff) |
forward declare vcl::window in vcl/event.hxx
Change-Id: Ib3fc1b72d3d45377e2d4ccd0ff3e6835d2c29930
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113631
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/vcl/window.hxx')
-rw-r--r-- | include/vcl/window.hxx | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/include/vcl/window.hxx b/include/vcl/window.hxx index 095e597d6c28..4675d4254b30 100644 --- a/include/vcl/window.hxx +++ b/include/vcl/window.hxx @@ -101,21 +101,6 @@ namespace weld { class Window; } template<class T> class VclPtr; namespace tools { class JsonWriter; } -enum class TrackingEventFlags -{ - NONE = 0x0000, - Cancel = 0x0001, - Key = 0x0002, - Focus = 0x0004, - Repeat = 0x0100, - End = 0x1000, -}; -namespace o3tl -{ - template<> struct typed_flags<TrackingEventFlags> : is_typed_flags<TrackingEventFlags, 0x1107> {}; -} - - // Type for GetWindow() enum class GetWindowType { |