summaryrefslogtreecommitdiffstats
path: root/wayland/democompositor/qml/Chrome.qml
diff options
context:
space:
mode:
Diffstat (limited to 'wayland/democompositor/qml/Chrome.qml')
-rw-r--r--wayland/democompositor/qml/Chrome.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/wayland/democompositor/qml/Chrome.qml b/wayland/democompositor/qml/Chrome.qml
index 33a5b99..9c21cd1 100644
--- a/wayland/democompositor/qml/Chrome.qml
+++ b/wayland/democompositor/qml/Chrome.qml
@@ -65,6 +65,8 @@ Rectangle {
property int marginWidth : 5
property int titlebarHeight : 5
+ property var appEntry
+
function requestSize(w, h) {
surfaceItem.requestSize(Qt.size(w - 2 * marginWidth, h - titlebarHeight - marginWidth))
}