Opened 10 years ago

Last modified 21 months ago

#2845 new defect

SDL2: Can't set resolution in fullscreen mode — at Initial Version

Reported by: historic_bruno Owned by:
Priority: Should Have Milestone: Work In Progress
Component: Core engine Keywords: patch
Cc: fcxSanya@… Patch:

Description

With SDL1, we could set the fullscreen resolution, but not with SDL2, because we create the window with SDL_WINDOW_FULLSCREEN_DESKTOP to work around some issues with true fullscreen mode. Fullscreen desktop is a "fake" fullscreen which is only a borderless window that fills the screen, so it runs at native resolution.

Currently I know of issues on Windows and OS X using SDL_WINDOW_FULLSCREEN (see #2041). Once they are fixed, we can change the flag and fix this regression.

Change History (0)

Note: See TracTickets for help on using tickets.