<div dir="ltr">Hi pekka<div><br></div><div>I want to ask if in one client have created many wl surfaces, and commit all of them to weston in one frame, could weston guarantee to handle these surface update commands in one repaint?</div><div><br></div><div>The sample code may like this:</div><div>redraw() {</div><div>wl_surface_commit(surface1);</div><div>wl_surface_commit(surface2);</div><div>wl_display_dispatch();</div><div>}</div><div><br></div><div>I think weston will handle the commit of surface1 and surface2 before next repaint because surface1 and surface2 are belong to one client, is that correct? Thank you!</div><div><br></div><div>Best regards</div><div>Nancy</div><div><br></div><div><br></div></div>