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
sdl_glimp: properly set the APPID the SDL3 way, drop the SDL2 setting
- Drop the SDL2 way of doing things.
- The SDL3 environment variable wasn't SDL_HINT_APP_ID but SDL_APP_ID.
- For some reasons SetEnv() doesn't work (SDL3 bug?)
- We can use SDL_SetAppMetadataProperty() instead, and it works.
- We can probably don't have to care about being on X11/Wayland or not.
- Use SDL_SetAppMetadataProperty() for other things too.
0 commit comments