On Tue Oct 14 09:36:30 2025 +0000, Jacek Caban wrote:
AFAIR, Windows uses fixed-point in GDI with 4-bit fractional part.
I wanted to avoid any possibility of rounding error, but I think float will avoid that in all cases, and it simplifies calculations. Also it's not necessary to return floats in replies, so I removed that.