Community
Participate
Working Groups
GTK+ 3 migration (http://developer.gnome.org/gtk3/3.0/ch25s02.html#id1255934) says that GdkRectangle is equal to cairo_rectangle_int_t, and some of the methods like cairo_region_union_rectangle should use "casted" GdkRectangle directly. As we are not using pointer (int /*long*/) when we are dealing with GdkRectangle, ( if we use pointer we don't have access to its class variables (x,y,width,height)), it creates problems when trying to substitute GdkRectangle with cairo_rectangle_int_t. Even if we create new class "cairo_rectangle_int_t" inside "internal.cairo" , I don't we think we are able to cast GdkRectangle to cairo_rectangle_int_t. Anyone has any ideas how this issue can be approached ? Any help is appreciated. Thanks! Anatoly
*** This bug has been marked as a duplicate of bug 391050 ***