GNOME Bugzilla – Bug 585196
Work around a Clutter crash when there is no root pixmap
Last modified: 2009-06-11 19:06:17 UTC
When there is no root pixmap, the result will be a CoglMaterial with a layer with no texture, and that causes a crash. Work around this by supressing painting the root pixmap actor when there is no root pixmap.
Created attachment 136172 [details] [review] Work around a Clutter crash when there is no root pixmap
The patch looks good to me.
Pushed. Thanks for the review.