FlutterWayland / flutter_wlroots

Wayland compositor embedder and library for Flutter. Built with Wlroots.
MIT License
30 stars 5 forks source link

Call `wlr_surface_send_frame_done` regardless of if surface is actually rendered or not #18

Open hansihe opened 1 year ago

hansihe commented 1 year ago

Right now wlr_surface_send_frame_done is only called for a surface if it's actually rendered in the application.

This is not the behavior we want. The frame done callbacks should be called when a frame is done, regardless of if the surface actually ended up on the screen or not.