From 80b6a26a09b97844ebe11233a8da6e4bbf984024 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Gr=C3=A4=C3=9Flin?= Date: Fri, 9 Oct 2015 07:58:30 +0200 Subject: [PATCH] [autotests] Enforce QPainter compositing The change to O2 in 4a35a63d2df2ee1e08e3b12549f0f6613ccf0f0f didn't work on the CI, so QPainter it is. --- autotests/wayland/kwin_wayland_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autotests/wayland/kwin_wayland_test.cpp b/autotests/wayland/kwin_wayland_test.cpp index 89b8f02e9b..f2dcaa50eb 100644 --- a/autotests/wayland/kwin_wayland_test.cpp +++ b/autotests/wayland/kwin_wayland_test.cpp @@ -42,7 +42,7 @@ static void readDisplay(int pipe); WaylandTestApplication::WaylandTestApplication(int &argc, char **argv) : Application(OperationModeXwayland, argc, argv) { - qputenv("KWIN_COMPOSE", QByteArrayLiteral("O2")); + qputenv("KWIN_COMPOSE", QByteArrayLiteral("Q")); WaylandServer *server = WaylandServer::create(this); QPluginLoader loader(QStringLiteral(KWINBACKENDPATH)); loader.instance()->setParent(server);