openFrameworks
openFrameworks copied to clipboard
[WIP] Set application icon in glfw
Fix #7590
@oxillo going to wait on this for 0.12.1 ( shortly after 0.12.0 ) just incase there are breaking issues on other platforms. ( I noticed ofIcon.cpp isn't added to the Xcode OF project for example ).
@ofTheo I didn't manage to have Xcode to add it ! As GLFW do not support window icon for MacOs (and Wayland), I've thought it won't be a problem not to include it (use on these platform is guarded by #define)
Added a comment above but happy to merge once conflicts are resolved.