diff options
Diffstat (limited to 'src/ViewStyle.h')
-rw-r--r-- | src/ViewStyle.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ViewStyle.h b/src/ViewStyle.h index c043cd45c..dc47ed380 100644 --- a/src/ViewStyle.h +++ b/src/ViewStyle.h @@ -193,6 +193,8 @@ public: bool WhitespaceBackgroundDrawn() const noexcept; ColourDesired WrapColour() const noexcept; + void AddMultiEdge(uptr_t wParam, sptr_t lParam); + bool SetWrapState(int wrapState_) noexcept; bool SetWrapVisualFlags(int wrapVisualFlags_) noexcept; bool SetWrapVisualFlagsLocation(int wrapVisualFlagsLocation_) noexcept; |