cocoa: fix image paste

Closes PR 12028

 Merge to 5.1.2

original commit: c8b37633599a3db93099daec94ce28d399c1b696
This commit is contained in:
Matthew Flatt 2011-07-19 08:11:51 -06:00
parent 15bfdb93aa
commit e11437eb9e

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