Skip to content

Implement surface frame callback

Simon Ser requested to merge github/fork/acrisci/feature/surface-frame-cb into master

Created by: acrisci

The surface frame callback lets a window know when it is a good time to show the next frame if it is animating. In particular, this callback is used by weston-simple-shm to throttle drawing.

Merge request reports