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:
parent
9d3404b090
commit
1664a143ab
1 changed files with 4 additions and 0 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue