see fixed code below
> On Oct 1, 2013, at 10:22 AM, Abdul Sowayan wrote:
>
> Hi folks,
>
> I have two images, a retina and a non-retina image that I would like to use
> as a Cursor. I crop the transparency out of the images and combine them into
> one NSImage that has two representations, a r
Hi folks,
I have two images, a retina and a non-retina image that I would like to use as
a Cursor. I crop the transparency out of the images and combine them into one
NSImage that has two representations, a retina and a non-retina one. I then use
the combined image to set NSCursor’s image. Howe