cocoa: fix image paste

Closes PR 12028

 Merge to 5.1.2
This commit is contained in:
Matthew Flatt 2011-07-19 08:11:51 -06:00
parent 6bf13ee2dd
commit c8b3763359

View File

@ -134,4 +134,5 @@
operation: #:type _int NSCompositeCopy fraction: #:type _CGFloat 1.0))
(tellv NSGraphicsContext restoreGraphicsState)
(CGContextRestoreGState cg)
(cairo_surface_mark_dirty surface)
bm))