Function smithay::wayland::compositor::add_commit_hook[][src]

pub fn add_commit_hook(surface: &WlSurface, hook: fn(_: &WlSurface))
Expand description

Register a commit hook to be invoked on surface commit

For its precise semantics, see module-level documentation.