GNOME Bugzilla – Bug 663733
clutter-stage-x11: Make sure to set geometry x and y
Last modified: 2011-11-10 12:58:28 UTC
meta_window_group_paint uses the stage geometry to construct a cairo region, which it subtracts windows from. At some times, the uninitialized values in this record would be greater than zero, meaning we would unintentionally do a clipped paint.
Created attachment 201100 [details] [review] clutter-stage-x11: Make sure to set geometry x and y Otherwise, we could be dealing with uninitialized values, causing havoc all over the place.
Review of attachment 201100 [details] [review]: looks good to me.
Attachment 201100 [details] pushed as b96773f - clutter-stage-x11: Make sure to set geometry x and y