[Github-comments] [geany/geany] Double title bar (#1729)

Matthew Brush notifications at xxxxx
Wed Jan 31 01:11:48 UTC 2018


> The problem is that it involves Objective-C which we don't use in the code at the moment...

I believe you can call Objective-C methods from C, using [the runtime](https://developer.apple.com/documentation/objectivec/objective_c_runtime).

> ...which then complicates build settings and requires linking objective-c runtime

Yeah, though I'm sure Geany is already indirectly linked to the Objective-C via GTK+. It's basically just adding a `-framework` flag conditionally for Macos to the build script or whatever.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/1729#issuecomment-361789713
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20180131/fb7793e7/attachment.html>


More information about the Github-comments mailing list