mirror of
https://github.com/brl/mutter.git
synced 2025-03-29 14:43:47 +00:00
Fix XShape
Commit c3a04bf unintentionally broke XShape handling. By studying the code extremely carefully, I found this inconsistency with the code that was there before. https://bugzilla.gnome.org/show_bug.cgi?id=635268
This commit is contained in:
parent
fe12294b92
commit
d752096cdf
@ -880,7 +880,7 @@ apply_cairo_region_to_window (Display *display,
|
|||||||
|
|
||||||
XShapeCombineRectangles (display, xwindow,
|
XShapeCombineRectangles (display, xwindow,
|
||||||
ShapeBounding, 0, 0, rects, n_rects,
|
ShapeBounding, 0, 0, rects, n_rects,
|
||||||
ShapeSet, YXBanded);
|
op, YXBanded);
|
||||||
|
|
||||||
g_free (rects);
|
g_free (rects);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user