GLFW applications only display default application icon whatever the icon used (OF, OF debug or user specified).
The icon is correctly displayed in the Windows explorer.
Looking at the code, icon is only set on Linux and using native calls.
GLFW now offers glfwSetWindowIcon() that could be used cross-platform.
GLFW applications only display default application icon whatever the icon used (OF, OF debug or user specified).
The icon is correctly displayed in the Windows explorer.
Looking at the code, icon is only set on Linux and using native calls.
GLFW now offers glfwSetWindowIcon() that could be used cross-platform.