wayland: Make output subpixel info static
subpixel info cannot change.
This commit is contained in:
parent
146bed14bc
commit
28c19c8215
1 changed files with 0 additions and 8 deletions
|
@ -278,14 +278,6 @@ void TestWaylandOutput::testSubPixel()
|
|||
}
|
||||
|
||||
QTEST(output.subPixel(), "expected");
|
||||
|
||||
// change back to unknown
|
||||
outputChanged.clear();
|
||||
outputHandle->setSubPixel(KWin::Output::SubPixel::Unknown);
|
||||
if (outputChanged.isEmpty()) {
|
||||
QVERIFY(outputChanged.wait());
|
||||
}
|
||||
QCOMPARE(output.subPixel(), Output::SubPixel::Unknown);
|
||||
}
|
||||
|
||||
void TestWaylandOutput::testTransform_data()
|
||||
|
|
Loading…
Reference in a new issue