e0f8cf78ee
A SDL3, SDL_SetWindowFullscreen(true) sol hereta el SDL_DisplayMode que tingués la finestra. Sense una crida prèvia a SDL_SetWindowFullscreenMode(win, nullptr), el comportament és no determinista entre invocacions (i pot acabar en mode exclusiu si abans hi havia hagut un mode setejat). Afegim la crida amb mode=nullptr just abans d'activar el fullscreen perquè sempre entrem en "borderless desktop" (cobrint el monitor on viu la finestra).