mirror of
https://github.com/brl/mutter.git
synced 2025-01-26 03:18:56 +00:00
Jonas Ådahl
8ee14a7cb7
renderer/native: Also wrap flip closures for EGLStreams
When using the EGLStream backend, the MetaRendererNative passed a GClosure to KMS when using EGLStreams, but KMS flip callback event handler in meta-gpu-kms.c expected a closure wrapped in a closure container, meaning it'd instead crash when using EGLStreams. Make the flip handler get what it expects also when using EGLStreams by wrapping the flip closure in the container before handing it over to EGL. https://bugzilla.gnome.org/show_bug.cgi?id=790316
…
…
…
…
Description
Languages
C
98.9%
Meson
0.7%
Python
0.3%