• src/conio/sdl_con.c sdlfuncs.c sdlfuncs.h

    From Prime@VERT/RETROCON to deuce on Fri Apr 10 08:37:13 2020
    Re: src/conio/sdl_con.c sdlfuncs.c sdlfuncs.h
    By: deuce to CVS commit on Wed Apr 01 2020 02:40 pm

    On Windows, the META key is the Windows key... On Apple systems, maybe it's the Apple key? *shrug*

    It should be the "Option" key I believe.

    ---
    þ Synchronet þ Retro Connect BBS
  • From deuce@VERT to CVS commit on Tue Apr 28 18:41:08 2020
    src/conio sdl_con.c 1.300 1.301 sdlfuncs.c 1.51 1.52 sdlfuncs.h 1.30 1.31 Update of /cvsroot/sbbs/src/conio
    In directory cvs:/tmp/cvs-serv4098

    Modified Files:
    sdl_con.c sdlfuncs.c sdlfuncs.h
    Log Message:
    Stop using SDL mutexes and semaphores. The mutexes are recursive, and the semaphores sometomes have odd behaviour... just use the same mutexes and semaphores as everywhere else.




    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Deucе@VERT to Git commit to main/sbbs/master on Sun Sep 22 22:46:08 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/eb17b48c17a5b39ca39c2eba
    Modified Files:
    src/conio/sdl_con.c sdlfuncs.c sdlfuncs.h
    Log Message:
    Use SDL_GetWindowSizeInPixels, and don't resize when maximized

    Fixes sourceforge issue 126 (finally!)

    Apparently, macOS "maximized" is the same as "fullscreen" in SDL.

    ---
    ï¿­ Synchronet ï¿­ Vertrauen ï¿­ Home of Synchronet ï¿­ [vert/cvs/bbs].synchro.net
  • From Deucе@VERT to Git commit to main/sbbs/master on Sat Oct 19 11:17:33 2024
    https://gitlab.synchro.net/main/sbbs/-/commit/435d55d695ea0fd932adf997
    Modified Files:
    src/conio/sdl_con.c sdlfuncs.c sdlfuncs.h
    Log Message:
    More hacking to make macOS happy...

    Allow ALT+Arrow to resize from maximized by calling
    SDL_RestoreWindow() first. This should allow macOS users to escape
    the weird window size mess it can start in. Still no idea what is
    actually happening there, but this should at least provide an "out"
    now. :(

    ---
    ï¿­ Synchronet ï¿­ Vertrauen ï¿­ Home of Synchronet ï¿­ [vert/cvs/bbs].synchro.net