Change the type of a scroll position from UNIT to int. UNIT is a Windows-specific type and was used because the OWL version of FMSLogo used it. Now that the OWL version has been deleted, it's more natural (and platform-independent) to use what wxWidgets uses, which is int.