Mark Wayland backend as an experimental backend

Users might try it and play with it, but we don't want any bug reports.

REVIEW: 110689
BUG: 319996
FIXED-IN: 4.11
This commit is contained in:
Martin Gräßlin 2013-05-28 09:58:10 +02:00
parent 9d3404b090
commit 1664a143ab

View file

@ -637,6 +637,10 @@ EglWaylandBackend::EglWaylandBackend()
init();
// Egl is always direct rendering
setIsDirectRendering(true);
kWarning(1212) << "Using Wayland rendering backend";
kWarning(1212) << "This is a highly experimental backend, do not use for productive usage!";
kWarning(1212) << "Please do not report any issues you might encounter when using this backend!";
}
EglWaylandBackend::~EglWaylandBackend()