diff --git a/src/platforms/rcore_desktop_glfw.c b/src/platforms/rcore_desktop_glfw.c index 296619be2..252807c76 100644 --- a/src/platforms/rcore_desktop_glfw.c +++ b/src/platforms/rcore_desktop_glfw.c @@ -563,7 +563,7 @@ void ClearWindowState(unsigned int flags) void SetWindowIcon(Image image) { #ifdef __APPLE__ - CocoaSetWindowIcon(image.data, image.width, image.height); + CocoaSetDockIcon(image.data, image.width, image.height); #else if (image.data == NULL) {