After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 632473 - Remove MetaRegion
Remove MetaRegion
Status: RESOLVED DUPLICATE of bug 632474
Product: mutter
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: mutter-maint
mutter-maint
Depends on:
Blocks:
 
 
Reported: 2010-10-18 15:36 UTC by Owen Taylor
Modified: 2010-10-18 15:55 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Remove MetaRegion (35.35 KB, patch)
2010-10-18 15:36 UTC, Owen Taylor
none Details | Review

Description Owen Taylor 2010-10-18 15:36:52 UTC
In many places, MetaRegion was being used entirely internally, rather
than for gtk2/gtk3 compatibility. In these cases, it's simpler to just
depend on cairo-1.10 (for both gtk2 and gtk3) and use cairo_region_t.

The few places where we did need GDK compatibility (GdkEvent.region and
gdk_window_shape_combine_mask) are replaced with a combination of
converting GdkRegion to cairo_region_t and conditional code.
Comment 1 Owen Taylor 2010-10-18 15:36:54 UTC
Created attachment 172616 [details] [review]
Remove MetaRegion
Comment 2 Owen Taylor 2010-10-18 15:55:46 UTC

*** This bug has been marked as a duplicate of bug 632474 ***