aboutsummaryrefslogtreecommitdiff
path: root/src/widgets/BrowserWindow.hpp
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2025-07-25 17:03:32 +0530
committerAkshay Nair <phenax5@gmail.com>2025-07-25 17:03:32 +0530
commit51be15cd7c9f39276f27d416356744041e62c22c (patch)
tree0ba09371265f4b3d9923b60308d9aecce8c37e20 /src/widgets/BrowserWindow.hpp
parent7e3b6182c4581fcb39ab1d0ef2eb07fe9fa1d8b6 (diff)
downloadnull-browser-51be15cd7c9f39276f27d416356744041e62c22c.tar.gz
null-browser-51be15cd7c9f39276f27d416356744041e62c22c.zip
Add edge decoration widgets
Diffstat (limited to 'src/widgets/BrowserWindow.hpp')
-rw-r--r--src/widgets/BrowserWindow.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/widgets/BrowserWindow.hpp b/src/widgets/BrowserWindow.hpp
index 6c49006..7dc6ee4 100644
--- a/src/widgets/BrowserWindow.hpp
+++ b/src/widgets/BrowserWindow.hpp
@@ -4,6 +4,7 @@
#include "Configuration.hpp"
#include "utils.hpp"
+#include "widgets/Decorations.hpp"
#include "widgets/WebViewStack.hpp"
using WindowId = qsizetype;
@@ -47,6 +48,7 @@ signals:
private:
const Configuration &configuration;
WebViewStack *webview_stack;
+ Decorations *decorations;
WindowId win_id = -1;
};