SFML community forums
General => Feature requests => Topic started by: RetroX on March 07, 2010, 09:31:39 pm
-
Another request for sf::Window. It should be possible to set the window icon for multiple sizes (16x16, 32x32). I know that both X11 and WinAPI support this, and it really does seem like a useful feature.
Basically, SetIcon() should set different images depending on the given widths/heights, and there should be the ability to unset these various icons. Possibly, a function like sf::Window::UnSetIcon(unsigned int,unsigned int).
-
It's not a priority at the moment, but maybe one day.
-
Well, I wouldn't expect it to be done immediately; there are obviously more important things. But I was just pointing it out, possibly for SFML 3 or something. :P