Skip to content

gl/wayland: Don't prefix wl_shell struct field

As part of commit 808e7127, we prefixed the GstWlWindow's shell field with wl_, to differentiate it from the other types of shells a Wayland compositor might support. However, this is apparently a struct that we expose to our users, so changing it means we have an API break.

Fixes #592 (closed)

Merge request reports