Open
Description
This commented out line is breaking the Cocoa functionality of the package.
Was it because nsrect
isn't working? I had to definition to this to get it to work:
nsrect(x, y, w, h) =
ccall((:nsmakerect, "cocoa"), Ptr{Void}, (Cfloat, Cfloat, Cfloat, Cfloat),
x, y, w, h)