GNOME Bugzilla – Bug 656663
Remove internal usage of ClutterGeometry in StageWindow
Last modified: 2011-09-26 11:16:42 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.
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.
Attachment 193963 [details] pushed as 1776ac8 - Remove internal usage of ClutterGeometry in StageWindow