eglaysher / rlvm

RealLive clone for Linux and OSX
http://rlvm.net
GNU General Public License v3.0
152 stars 26 forks source link

Main rlvm SDL window doesn't have icon set for it #24

Closed eglaysher closed 13 years ago

eglaysher commented 13 years ago

1) Best solution: Emulate what gdk does setting the window icon. 2) Backup: Just use SDL_WM_SetIcon(), which only takes a single icon.

eglaysher commented 13 years ago

Punting to Mstone 13.

This is stupid. I can't use the GTK+ code, and there's a really weird interaction between unity and SDL that corrupts icons in the task switcher. :(

eglaysher commented 13 years ago

This is about as fixed as possible before a theoretical API for libsdl 1.3 is added.