You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(ffi): pass transparent=false to all surface_create_* calls
All platform variants of surface_create (Windows, Wayland, X11, Linux
auto-detect) gained a `transparent: bool` parameter in processing_render
but the FFI wrappers were not updated to match, causing a compile error.
macOS was already correct. Pass `false` (opaque) to match existing behaviour.
0 commit comments