From 478b2c78379c56dade8e59b342c5fa6344f33314 Mon Sep 17 00:00:00 2001 From: Victor Kareh Date: Wed, 22 May 2019 07:55:57 -0400 Subject: Fix XShape Commit https://gitlab.gnome.org/GNOME/metacity/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 upstream commit: https://gitlab.gnome.org/GNOME/metacity/commit/2b1c6443 --- src/ui/frames.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/ui/frames.c b/src/ui/frames.c index 1aefa4b7..e475cba1 100644 --- a/src/ui/frames.c +++ b/src/ui/frames.c @@ -833,7 +833,7 @@ apply_cairo_region_to_window (Display *display, XShapeCombineRectangles (display, xwindow, ShapeBounding, 0, 0, rects, n_rects, - ShapeSet, YXBanded); + op, YXBanded); g_free (rects); } -- cgit v1.2.1