summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/db.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/db.cpp b/tests/db.cpp
index ada85e0..6131263 100644
--- a/tests/db.cpp
+++ b/tests/db.cpp
@@ -193,14 +193,14 @@ int main()
Plane* plane = 0;
-
+#if 0 // disable the plane for now
for (Plane* p : crtc->get_possible_planes()) {
if (p->plane_type() == PlaneType::Overlay) {
plane = p;
break;
}
}
-
+#endif
OutputFlipHandler* output;
if (plane)
output = new OutputFlipHandler(conn, crtc, mode, plane, 500, 400);