autotests: Force OpenGL compositing in testPointerInput

Window View effect requires OpenGL compositing.
master
Vlad Zahorodnii 2 years ago
parent e08cd40e8e
commit 3b46067fc1

@ -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());

Loading…
Cancel
Save