In MacOS 10.8, the NSBitmapImageRep class appears to cache the specified image data at the ...
12 years, 5 months ago
(2012-07-31 12:19:11 UTC)
#2
In MacOS 10.8, the NSBitmapImageRep class appears to cache the specified image
data at the time of construction. As a result updates to the backing memimage
object do not get pushed to the screen in flushimg.
This patch creates the NSBitmapImageRep object over again for each flushimg
which would appear to fix the problem.
*** Submitted as http://code.google.com/p/plan9port/source/detail?r=c89c9c245071 *** devdraw: fix for OS X 10.8 (Mountain Lion) In MacOS ...
12 years, 5 months ago
(2012-07-31 15:24:51 UTC)
#3
*** Submitted as http://code.google.com/p/plan9port/source/detail?r=c89c9c245071
***
devdraw: fix for OS X 10.8 (Mountain Lion)
In MacOS 10.8, the NSBitmapImageRep class appears to cache the specified
image data at the time of construction. As a result updates to the
backing memimage object do not get pushed to the screen in flushimg.
This patch creates the NSBitmapImageRep object over again for each
flushimg which would appear to fix the problem.
R=rsc
CC=plan9port.codebot
http://codereview.appspot.com/6443063
Committer: Russ Cox <rsc@swtch.com>
Issue 6443063: Fix for devdraw on MacOS 10.8 (Mountain Lion)
Created 12 years, 5 months ago by robkroeger
Modified 12 years, 5 months ago
Reviewers:
Base URL:
Comments: 0