aboutsummaryrefslogtreecommitdiff
path: root/src/LuaRuntime.hpp
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2025-08-08 10:15:28 +0530
committerAkshay Nair <phenax5@gmail.com>2025-08-08 10:15:28 +0530
commit5e3f233c239de63e8ac3549a32b0e6343b32fc7a (patch)
treeb0e0eedf47632c5765bdd554a5fdd7a11e6838a5 /src/LuaRuntime.hpp
parent4ecfe688a016232656b383f82da4d6e2ba75a328 (diff)
downloadnull-browser-5e3f233c239de63e8ac3549a32b0e6343b32fc7a.tar.gz
null-browser-5e3f233c239de63e8ac3549a32b0e6343b32fc7a.zip
Add decorations.*.set_size api
Diffstat (limited to '')
-rw-r--r--src/LuaRuntime.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/LuaRuntime.hpp b/src/LuaRuntime.hpp
index 78ae354..8135d04 100644
--- a/src/LuaRuntime.hpp
+++ b/src/LuaRuntime.hpp
@@ -63,6 +63,7 @@ signals:
void webview_scroll_top_requested(WebViewId webview_id);
void webview_scroll_bottom_requested(WebViewId webview_id);
void decoration_set_enabled(DecorationType type, bool enabled, std::optional<WindowId> win_id);
+ void decoration_set_size(DecorationType type, uint16_t size, std::optional<WindowId> win_id);
void webview_html_set_requested(const QString &html, WebViewId view_id);
void webview_js_eval_requested(const QString &js_code, WebViewId view_id,
const JsOnResultFunc &on_result);