You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the benefit of window managers, set the tvcon window title and an icon.
I think SDL_WM_SetCaption and SDL_WM_SetIcon are the APIs to use. Or maybe those are SDL1 only, and SDL_SetWindowTitle and SDL_SetWindowIcon are the SDL2 versions.
The text was updated successfully, but these errors were encountered:
For the benefit of window managers, set the tvcon window title and an icon.
I think SDL_WM_SetCaption and SDL_WM_SetIcon are the APIs to use. Or maybe those are SDL1 only, and SDL_SetWindowTitle and SDL_SetWindowIcon are the SDL2 versions.
The text was updated successfully, but these errors were encountered: