[mutter] Fix XShape
- From: Jasper St. Pierre <jstpierre src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [mutter] Fix XShape
- Date: Wed, 29 Jun 2011 20:07:59 +0000 (UTC)
commit d752096cdf41a2cd64824ac0d7bbd56ca31562fc
Author: Jasper St. Pierre <jstpierre mecheye net>
Date: Wed May 25 20:47:53 2011 -0400
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
src/ui/frames.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/ui/frames.c b/src/ui/frames.c
index 7544759..ccb7624 100644
--- a/src/ui/frames.c
+++ b/src/ui/frames.c
@@ -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);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]