mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-27 03:43:36 +00:00
This makes the code more readable than using e.g. `VidpScrollRegion[0]`, `VidpScrollRegion[1]` etc. instead of `VidpScrollRegion.Left`, `VidpScrollRegion.Top` respectively. Based on a suggestion by Dmitry Borisov.