From b241f76908f407ff81b6e36d9b4cce1304d65270 Mon Sep 17 00:00:00 2001 From: Geoffrey McRae Date: Thu, 16 Jul 2026 04:30:36 +1000 Subject: [PATCH] [client] wayland: fix broken initialization --- client/displayservers/Wayland/colormgmt.c | 1 - 1 file changed, 1 deletion(-) diff --git a/client/displayservers/Wayland/colormgmt.c b/client/displayservers/Wayland/colormgmt.c index e7419a34..9e4ebfb0 100644 --- a/client/displayservers/Wayland/colormgmt.c +++ b/client/displayservers/Wayland/colormgmt.c @@ -97,7 +97,6 @@ bool waylandColorMgmtInit(void) return true; wp_color_manager_v1_add_listener(wlWm.colorManager, &cmListener, NULL); - wl_display_roundtrip(wlWm.display); return true; }