I've been porting an SDL project I've been working on in windows over to Mac OS but one thing has me completely stumped.
When I call SDL_WM_SetIcon() (yes its where its supposed to be) I get a dock icon just fine but I never get an icon in the title bar of the program. I even tried adding the icon to the plist (sorry I think thats what its called) and I get the same results. I'm new to XCode and mac programming so that could be a factor but with SDL everything on windows ported just fine except for this : / Anyone have any ideas?
When I call SDL_WM_SetIcon() (yes its where its supposed to be) I get a dock icon just fine but I never get an icon in the title bar of the program. I even tried adding the icon to the plist (sorry I think thats what its called) and I get the same results. I'm new to XCode and mac programming so that could be a factor but with SDL everything on windows ported just fine except for this : / Anyone have any ideas?