Sysop: | Amessyroom |
---|---|
Location: | Fayetteville, NC |
Users: | 39 |
Nodes: | 6 (0 / 6) |
Uptime: | 62:45:43 |
Calls: | 171 |
Files: | 117 |
Messages: | 63,104 |
https://gitlab.synchro.net/main/sbbs/-/commit/8b7cbf122fa3e6044490e01e Modified Files:
src/conio/sdl_con.c src/syncterm/CHANGES
Log Message:
Fix window scaling on macOS with retina displays
SDL_SetWindowSize() takes dimensions in imaginary units it makes up
so it can call something "Retina¿". SyncTERM however lovingly
crafts everything pixel by pixel for an atisanal ode to BBSing.
This change converts pixel sizes to Retina¿ sizes before resizing
the window. Should fix ticket 164.
Thanks for this - I will test on the next rc, unless I can build from gitlab I'll poke around doing that... thanks Deuce!