After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 589429 - Queue redraws on MutterWindow's MutterShapedTexture
Queue redraws on MutterWindow's MutterShapedTexture
Status: RESOLVED FIXED
Product: mutter
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: mutter-maint
mutter-maint
Depends on:
Blocks:
 
 
Reported: 2009-07-22 20:15 UTC by Owen Taylor
Modified: 2009-07-31 09:55 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Queue redraws on MutterWindow's MutterShapedTexture (1.65 KB, patch)
2009-07-22 20:15 UTC, Owen Taylor
none Details | Review

Description Owen Taylor 2009-07-22 20:15:29 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.
Comment 1 Owen Taylor 2009-07-22 20:15:33 UTC
Created attachment 139028 [details] [review]
Queue redraws on MutterWindow's MutterShapedTexture
Comment 2 Tomas Frydrych 2009-07-23 08:26:17 UTC
Nice catch; patch looks good.
Comment 3 Owen Taylor 2009-07-28 19:51:05 UTC
Pushed
Comment 4 drago01 2009-07-31 09:55:07 UTC
Sorry didn't get to test this earlier, I can confirm that the issue is fixed now, thanks.