• src/conio/ciolib.c x_cio.c x_cio.h x_events.c x_events.h

    From deuce to CVS commit on Tue Apr 14 11:40:50 2020
    src/conio ciolib.c 1.186 1.187 x_cio.c 1.51 1.52 x_cio.h 1.25 1.26 x_events.c 1.60 1.61 x_events.h 1.14 1.15
    Update of /cvsroot/sbbs/src/conio
    In directory cvs:/tmp/cvs-serv25597

    Modified Files:
    ciolib.c x_cio.c x_cio.h x_events.c x_events.h
    Log Message:
    Implement seticon() for X11 (finally)



  • From Deuc╨╡ to Git commit to main/sbbs/master on Wed Jun 7 18:06:44 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/fc29b7c73fb70ba3e66b559a
    Modified Files:
    src/conio/ciolib.c x_cio.c x_cio.h x_events.c x_events.h
    Log Message:
    More work on X11 fullscreen mode.

    Save the window position and size when we enter fullscreen, and
    restore when we leave... this was a bigger box of worms than
    expected since we can get ConfigureNotify events that tell is
    "Something" changed, but not be able to know the current window
    position.

    Just remove the x_get_window_info() and anything else that cares
    about the window position and derive it from the ALT-Enter keypress
    instead.

    At the same time, try to remove as much special-casing for
    fullscreen as possible.

    Tested under marco and xfwm4... will test under Sommelier "soon"