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:
Jasper St. Pierre 2011-05-25 20:47:53 -04:00
parent fe12294b92
commit d752096cdf

View File

@ -880,7 +880,7 @@ apply_cairo_region_to_window (Display *display,
XShapeCombineRectangles (display, xwindow,
ShapeBounding, 0, 0, rects, n_rects,
ShapeSet, YXBanded);
op, YXBanded);
g_free (rects);
}