Open jgcodes2020 opened 9 months ago
Does SCTK have a class wrapping a window with wl_subsurface? This would be helpful for writing things like video players.
wl_subsurface
There isn't any big helper to wrap subsurfaces, but sctk does provide a helper to initialize a subsurface for you: https://github.com/Smithay/client-toolkit/blob/master/src/subcompositor.rs#L30-L44
Does SCTK have a class wrapping a window with
wl_subsurface
? This would be helpful for writing things like video players.