• src/conio/bitmap_con.c win32gdi.c x_events.c

    From Deucе@1:103/705 to Git commit to main/sbbs/master on Fri Jun 9 15:23:06 2023
    https://gitlab.synchro.net/main/sbbs/-/commit/204ee7cd0516d41ebba89f51
    Modified Files:
    src/conio/bitmap_con.c win32gdi.c x_events.c
    Log Message:
    Fix issue with bitmap_drv_init_mode()Because bitmap_get_scaled_win_size() was being clamped to maxsize,no matter how much mult was incremented, w and h would never belarger than maxwidth/maxheight and only under exceptionalcircumstances would the be equal, which would result in an infiniteloop.While we're here, set the integer scaling value so we're not chasingulps all over the place with floating point math/scaling when wedon't need to.
    --- SBBSecho 3.20-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)