GNOME Bugzilla – Bug 589429
Queue redraws on MutterWindow's MutterShapedTexture
Last modified: 2009-07-31 09:55:07 UTC
When a windows contents or shape changes, we schedule a redraw with clutter_actor_queue_redraw(); we need to queue the redraw on the shaped texture rather than on the window actor to support cloning of just the shaped texture without the shadow: that is, the shaped is what is really changing and it may be visible via a clone even if the MutterWindow itself is not visible.
Created attachment 139028 [details] [review] Queue redraws on MutterWindow's MutterShapedTexture
Nice catch; patch looks good.
Pushed
Sorry didn't get to test this earlier, I can confirm that the issue is fixed now, thanks.