mirror of
https://github.com/brl/mutter.git
synced 2025-01-24 02:19:15 +00:00
Jonas Ådahl
26815d68f6
MetaSurfaceActorWayland: Only NULL check surface on class vfuncs
The only time the surface pointer (priv->surface) may be NULL is when the surface is unmanaged but still painting, possibly due to a unmap animation or the like, so only guard handle this situation in the entry points that may come from the stage painting. https://bugzilla.gnome.org/show_bug.cgi?id=763431
Description
Languages
C
98.9%
Meson
0.7%
Python
0.3%