summaryrefslogtreecommitdiffstats
path: root/tests/auto/client/shared/mockcompositor.cpp
diff options
context:
space:
mode:
authorDavid Edmundson <davidedmundson@kde.org>2021-05-06 10:27:23 +0100
committerDavid Edmundson <davidedmundson@kde.org>2021-05-10 13:43:34 +0100
commit94b800806790c0bf4a08aebe62f6aa3c51a3815b (patch)
tree0c9e1e4a44e9cd3addc464c346cc69d06f49b5b2 /tests/auto/client/shared/mockcompositor.cpp
parentd6e074d0d35221b0fac14c94fc79c98363f2f6c3 (diff)
Port fullscreen shell autotest away from shared_old
Change-Id: Ic6ef3b46fe6d6abf0f028389174fe4ac09dff60a Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>
Diffstat (limited to 'tests/auto/client/shared/mockcompositor.cpp')
-rw-r--r--tests/auto/client/shared/mockcompositor.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/client/shared/mockcompositor.cpp b/tests/auto/client/shared/mockcompositor.cpp
index dca9dac49..c958e6e81 100644
--- a/tests/auto/client/shared/mockcompositor.cpp
+++ b/tests/auto/client/shared/mockcompositor.cpp
@@ -44,6 +44,7 @@ DefaultCompositor::DefaultCompositor()
add<Seat>(Seat::capability_pointer | Seat::capability_keyboard | Seat::capability_touch);
add<XdgWmBase>();
add<Shm>();
+ add<FullScreenShellV1>();
// TODO: other shells, viewporter, xdgoutput etc
QObject::connect(get<WlCompositor>(), &WlCompositor::surfaceCreated, [&] (Surface *surface){