[metacity/wip/gtk-theme: 13/41] Fix XShape
- From: Alberts Muktupāvels <muktupavels src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [metacity/wip/gtk-theme: 13/41] Fix XShape
- Date: Wed, 7 Jan 2015 12:37:12 +0000 (UTC)
commit c459a1dcd1599294acdf9e53c05e7bc914552e81
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 9f7796e..fff98b6 100644
--- a/src/ui/frames.c
+++ b/src/ui/frames.c
@@ -866,7 +866,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]