From 3b46067fc1d453454eefe624a283912514485f57 Mon Sep 17 00:00:00 2001 From: Vlad Zahorodnii Date: Thu, 19 May 2022 11:30:26 +0300 Subject: [PATCH] autotests: Force OpenGL compositing in testPointerInput Window View effect requires OpenGL compositing. --- autotests/integration/pointer_input.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/autotests/integration/pointer_input.cpp b/autotests/integration/pointer_input.cpp index 910e9cbfe4..77cb4bac70 100644 --- a/autotests/integration/pointer_input.cpp +++ b/autotests/integration/pointer_input.cpp @@ -149,6 +149,7 @@ void PointerInputTest::initTestCase() } qputenv("XCURSOR_SIZE", QByteArrayLiteral("24")); qputenv("XKB_DEFAULT_RULES", "evdev"); + qputenv("KWIN_COMPOSE", QByteArrayLiteral("O2")); kwinApp()->start(); QVERIFY(applicationStartedSpy.wait());