libsdl-org / SDL

Simple Directmedia Layer
https://libsdl.org
zlib License
9.4k stars 1.74k forks source link

SDL3 3.1.1 & 3.2.0 SDL_WINDOW_BORDERLESS window is too big on maximize. #9588

Open oscar7070 opened 4 months ago

oscar7070 commented 4 months ago

SDL_MaximizeWindow(Window) working strange with borderless window.

Minimized borderless window: Screenshot_359

Maximized borderless window(the window is too big and goes outside the screen bounds): Screenshot (7)

Maximized default window: Screenshot (8)

oscar7070 commented 4 months ago

It's will be cool to also add window with frame(to resize) but with no titlebar. So please add it. 😉