EimaMei / Silicon

An alternative, purely C-focused wrapper to Apple's Cocoa API for OS X app development and basic iOS programming. Requires little to no Objective-C knowledge to use.
Other
18 stars 2 forks source link

'examples/general mac-load.c' has stopped working #19

Closed EimaMei closed 4 months ago

EimaMei commented 5 months ago

The macload.c example doesn't draw a blue polygon anymore despite the example staying relatively unchanged for a while. It seems that the 'onRect' function doesn't even get called once, so the problem might be related to the conversion of C functions into SELs.

EimaMei commented 4 months ago

Issue fixed in the 2593b2f commit.