Skip to content

Use cairo_image_surfaces for most drawing.

John Ralls requested to merge jralls/gtk:no-cairo-quartz-img into gtk-3-24

Paint to the window's CGContextRef surface only in gdk_window_end_paint_internal.

Fixes #3714 (closed)

Following @chergert's suggestion.

Merge request reports