Subj : src/syncterm/syncterm.c syncterm.h To : CVS commit From : deuce Date : Thu Apr 02 2020 03:59 pm src/syncterm syncterm.c 1.225 1.226 syncterm.h 1.30 1.31 Update of /cvsroot/sbbs/src/syncterm In directory cvs:/tmp/cvs-serv29495/syncterm Modified Files: syncterm.c syncterm.h Log Message: SyncTERM changes: Have SyncTERM save/restore the window size Ciolib changes: Hopefully fix streaming texture updates (ie: white screen) - Request pixel data on expose rather than re-render texture - This allows the rect update to copy the screen Fix ALT-Enter fullscreen toggle Ensure vstatlock is held when accessing cvstat Add setwinsize() and setwinpos() to ciolib Return window position from get_window_info() in SDL mode SDL driver no longer supports setscaling() (use setwinsize()) Use ALT- to change window scaling, not Meta Add winwidth/winheight to vstat structure .