You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was wondering if anyone's got a patch or fix in progress?
A handful of people will fix the issues they find, but I'm the only person actively working on RGFW. I didn't know this was an issue so I didn't have any plans to replace it. But I will look into replacing it asap!
As of macOS 15.0, CVDisplayLink is deprecated. https://developer.apple.com/documentation/corevideo/cvdisplaylink-k0k?language=objc
As of macOS 14.0, the replacement is on NSView. https://developer.apple.com/documentation/appkit/nsview/4191632-displaylinkwithtarget?language=objc
I was wondering if anyone's got a patch or fix in progress?
Currently one must remove -Werror from the makefile to build on Mac.
The text was updated successfully, but these errors were encountered: