From 6c20abf279008e556932fdd60ec5f1893dc28143 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Fri, 28 Feb 2020 18:37:07 +0100 Subject: [PATCH] wayland: warn when compositor doesn't implement the decoration manager interface --- wayland.c | 1 + 1 file changed, 1 insertion(+) diff --git a/wayland.c b/wayland.c index 0a194cad..21a69ac3 100644 --- a/wayland.c +++ b/wayland.c @@ -1015,6 +1015,7 @@ wayl_win_init(struct terminal *term) /* No decoration manager - thus we *must* draw our own decorations */ win->use_csd = CSD_YES; csd_instantiate(win); + LOG_WARN("no decoration manager available - using CSDs unconditionally"); } wl_surface_commit(win->surface);