···2424 * through a "multi compositor") and that drives a single native compositor.
2525 * Both the native compositor and the pacing factory is owned by the system
2626 * compositor and destroyed by it.
2727+ *
2828+ * @param xcn Native compositor that client are multi-plexed to.
2929+ * @param upaf App pacing factory, one pacer created per client.
3030+ * @param xsci Information to be exposed.
3131+ * @param do_warm_start Should we always submit a frame at startup.
3232+ * @param out_xsysc Created @ref xrt_system_compositor.
2733 */
2834xrt_result_t
2935comp_multi_create_system_compositor(struct xrt_compositor_native *xcn,
3036 struct u_pacing_app_factory *upaf,
3137 const struct xrt_system_compositor_info *xsci,
3838+ bool do_warm_start,
3239 struct xrt_system_compositor **out_xsysc);
33403441