Skip to content

compositor: Update view list before scheduling repaint

JeffyChen requested to merge JeffyCN/weston:surface into master

Hi guys,

I was testing my app with gstreamer's waylandsink embedded, and found the output didn't update in some case.

After debugging, it seems like the surface is not assigned with any outputs when committing, thus causing no repaint scheduled.

Merge request reports