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

    From deuce@1:103/705 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)



    --- SBBSecho 3.10-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Deucе@1:103/705 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, andrestore when we leave... this was a bigger box of worms thanexpected since we can get ConfigureNotify events that tell is"Something" changed, but not be able to know the current windowposition.Just remove the x_get_window_info() and anything else that caresabout the window position and derive it from the ALT-Enter keypressinstead.At the same time, try to remove as
    much special-casing forfullscreen as possible.Tested under marco and xfwm4... will test under Sommelier "soon"
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)