From 2f59de572b7e35c4d3bc201b52f25b33764cdc4a 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; }