From 1664a143ab236e5ed7a6d92c6658c26c66b77fc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Gr=C3=A4=C3=9Flin?= Date: Tue, 28 May 2013 09:58:10 +0200 Subject: [PATCH] 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 --- egl_wayland_backend.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/egl_wayland_backend.cpp b/egl_wayland_backend.cpp index d3aca3ea95..e376663f00 100644 --- a/egl_wayland_backend.cpp +++ b/egl_wayland_backend.cpp @@ -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()