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 656663 - Remove internal usage of ClutterGeometry in StageWindow
Remove internal usage of ClutterGeometry in StageWindow
Status: RESOLVED FIXED
Product: clutter
Classification: Platform
Component: ClutterStage
unspecified
Other All
: Normal enhancement
: ---
Assigned To: clutter-maint
clutter-maint
Depends on:
Blocks:
 
 
Reported: 2011-08-16 15:07 UTC by Emmanuele Bassi (:ebassi)
Modified: 2011-09-26 11:16 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Remove internal usage of ClutterGeometry in StageWindow (30.06 KB, patch)
2011-08-16 15:07 UTC, Emmanuele Bassi (:ebassi)
committed Details | Review

Description Emmanuele Bassi (:ebassi) 2011-08-16 15:07:12 UTC
Use cairo_rectangle_int_t instead.

The patch moves all backends to the new type as well.

No regressions on the conformance and performance test suite, as far as I can tell.
Comment 1 Emmanuele Bassi (:ebassi) 2011-08-16 15:07:14 UTC
Created attachment 193963 [details] [review]
Remove internal usage of ClutterGeometry in StageWindow

The ClutterGeometry type is a poor substitute of cairo_rectangle_int_t,
with unsigned integers for width and height to complicate matters.

Let's remove the internal usage of ClutterGeometry and switch to the
rectangle type from Cairo.
Comment 2 Emmanuele Bassi (:ebassi) 2011-09-26 11:16:40 UTC
Attachment 193963 [details] pushed as 1776ac8 - Remove internal usage of ClutterGeometry in StageWindow