[client] wayland: fix broken initialization

This commit is contained in:
Geoffrey McRae
2026-07-16 04:30:36 +10:00
parent e1375440e6
commit b241f76908

View File

@@ -97,7 +97,6 @@ bool waylandColorMgmtInit(void)
return true; return true;
wp_color_manager_v1_add_listener(wlWm.colorManager, &cmListener, NULL); wp_color_manager_v1_add_listener(wlWm.colorManager, &cmListener, NULL);
wl_display_roundtrip(wlWm.display);
return true; return true;
} }