[client] wayland: fix broken initialization

This commit is contained in:
Geoffrey McRae
2026-07-16 04:30:36 +10:00
committed by Geoffrey McRae
parent da7d1a2ead
commit 2f59de572b

View File

@@ -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;
}