Skip to content

fix(ffi): pass transparent=false to all surface_create_* calls - #236

Open
pepc84 wants to merge 1 commit into
processing:mainfrom
pepc84:fix/surface-create-transparent-arg
Open

pepc84 wants to merge 1 commit into
processing:mainfrom
pepc84:fix/surface-create-transparent-arg

Conversation

@pepc84

@pepc84 pepc84 commented Sep 17, 2026

Copy link
Copy Markdown
Contributor

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.

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant