cocoa: fix image paste

Closes PR 12028

 Merge to 5.1.2
(cherry picked from commit c8b3763359)
This commit is contained in:
Matthew Flatt 2011-07-19 08:11:51 -06:00 committed by Eli Barzilay
parent a03b11befc
commit 0083418b53

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))