From 7c85877485495208d65d5d5184149191fa94b58f Mon Sep 17 00:00:00 2001 From: Olivier Fourdan Date: Mon, 17 Jul 2023 10:00:06 +0200 Subject: [PATCH] Xwayland: Do not mark decorate as experimental MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit libdecor support seems quite stable, no need to mark that experimental. Signed-off-by: Olivier Fourdan Reviewed-by: Michel Dänzer --- hw/xwayland/xwayland.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/xwayland/xwayland.c b/hw/xwayland/xwayland.c index ca75ad7f1..672dc3168 100644 --- a/hw/xwayland/xwayland.c +++ b/hw/xwayland/xwayland.c @@ -107,7 +107,7 @@ ddxUseMsg(void) ErrorF("-noTouchPointerEmulation disable touch pointer emulation\n"); ErrorF("-force-xrandr-emulation force non-native modes to be exposed when viewporter is not exposed by the compositor\n"); #ifdef XWL_HAS_LIBDECOR - ErrorF("-decorate add decorations to Xwayland when rootful (experimental)\n"); + ErrorF("-decorate add decorations to Xwayland when rootful\n"); #endif }