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 425944 - GTK 2.10.11 and cairo 1.4.2 - quartz backend broken
GTK 2.10.11 and cairo 1.4.2 - quartz backend broken
Status: RESOLVED DUPLICATE of bug 410442
Product: gtk+
Classification: Platform
Component: Backend: Quartz
2.10.x
Other All
: Normal critical
: ---
Assigned To: gtk-quartz maintainers
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2007-04-03 18:32 UTC by Vladimir
Modified: 2007-04-03 18:58 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Vladimir 2007-04-03 18:32:47 UTC
Steps to reproduce:
1. isntall cairo 1.4.2
2. compile gtk+2.0 with quartz target

Stack trace:


Other information:
gdk/quartz/gdkdrawable-quartz.c 

line 64:
  surface = cairo_quartz_surface_create (context, width, height, TRUE);

and cairo-quartz.h from cairo 1.4.2:

cairo_quartz_surface_create (cairo_format_t format,
                             unsigned int width,
                             unsigned int height);
Comment 1 Richard Hult 2007-04-03 18:58:31 UTC
We are only keeping trunk updated, and this has been fixed there. There is not much point in keeping the older branch updated as long as the cairo quartz backend is experimental and before we are a bit closer to completion in the gtk port itself.


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