Return-To-The-Roots / s25client

Return To The Roots (Settlers II(R) Clone)
http://www.rttr.info
GNU General Public License v2.0
470 stars 75 forks source link

Add support for additional display modes #1602

Open falbrechtskirchinger opened 1 year ago

falbrechtskirchinger commented 1 year ago

Implement additional display modes in SDL2 and WinAPI backends:

Fixes #1512 Closes #1615

To-do:

Notes and references: * https://learn.microsoft.com/en-us/windows/win32/winmsg/window-styles * https://src.chromium.org/viewvc/chrome/trunk/src/ui/views/win/fullscreen_handler.cc
falbrechtskirchinger commented 1 year ago

@Spikeone There you go!