summaryrefslogtreecommitdiffstats
path: root/src/compositor/extensions/extensions.pri
diff options
context:
space:
mode:
authorJohan Klokkhammer Helsing <johan.helsing@theqtcompany.com>2016-02-26 13:10:36 +0100
committerJohan Helsing <johan.helsing@qt.io>2016-04-26 12:29:04 +0000
commitb04a737dc694064b4fd507f0f52a7b9537c09bc7 (patch)
tree335d18f572926e082affb7d9e682b7feb3502144 /src/compositor/extensions/extensions.pri
parent38cdbabc0fe92a105ac6f6accaa6e75a6d730e56 (diff)
QML API for xdg-shell
Exposes QWaylandXdgShell and QWaylandXdgSurface as QML types, along with a new QWaylandXdgSurfaceItem. All of this mirrors the implementation of wl_shell closely. The biggest difference is how resize is handled. There is now some duplication in the window chrome implementation of the pure-qml compositor. This may be improved by refactoring the existing API for shell extensions. Change-Id: I4f2ceff7e0462034cd295a27c3eefea457cc9b96 Reviewed-by: Pier Luigi Fiorini <pierluigi.fiorini@gmail.com>
Diffstat (limited to 'src/compositor/extensions/extensions.pri')
-rw-r--r--src/compositor/extensions/extensions.pri3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/compositor/extensions/extensions.pri b/src/compositor/extensions/extensions.pri
index 1d34803f0..717162433 100644
--- a/src/compositor/extensions/extensions.pri
+++ b/src/compositor/extensions/extensions.pri
@@ -36,9 +36,12 @@ qtHaveModule(quick) {
HEADERS += \
extensions/qwaylandquickwlshellsurfaceitem.h \
extensions/qwaylandquickwlshellsurfaceitem_p.h \
+ extensions/qwaylandquickxdgsurfaceitem.h \
+ extensions/qwaylandquickxdgsurfaceitem_p.h \
SOURCES += \
extensions/qwaylandquickwlshellsurfaceitem.cpp \
+ extensions/qwaylandquickxdgsurfaceitem.cpp \
}