diff options
Diffstat (limited to 'src/widgets/Decorations.hpp')
| -rw-r--r-- | src/widgets/Decorations.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/widgets/Decorations.hpp b/src/widgets/Decorations.hpp index 3df4fd7..388a02f 100644 --- a/src/widgets/Decorations.hpp +++ b/src/widgets/Decorations.hpp @@ -25,6 +25,7 @@ public: void set_enabled(DecorationType type, bool enabled); bool get_enabled(DecorationType type); + void set_size(DecorationType type, uint16_t size_value); std::optional<WebViewId> get_view_id(DecorationType type); bool has_webview(WebViewId view_id) override; |
