Subj : src/conio/sdl_con.c sdlfuncs.c sdlfuncs.h src/syncterm/CHANGES bbslist To : Git commit to main/sbbs/master From : Deucе Date : Sat Oct 19 2024 08:10 am https://gitlab.synchro.net/main/sbbs/-/commit/53cfb81a81f6016134578ea8 Modified Files: src/conio/sdl_con.c sdlfuncs.c sdlfuncs.h src/syncterm/CHANGES bbslist.c uifcinit.c uifcinit.h Log Message: More changes around fullscreen/maximized/etc for SDL On macOS, fullscreen and maximized are very slightly different, so don't force one to mean the other. However, when entering or leaving fullscreen mode, we need to explicitly make the window resizable or not. Also, update the uifc screen title when the mode changes and we're at one of the main menus... still a bit icky, but likely the best that can be done (won't update if you toggle fullscreen from a sub-menu for example). .