Mac and Linux SDL2 binary snapshots
Edward Rudd
2021-06-15 dec7875a6e23212021e4d9080330a42832dfe02a
source/src/render/SDL_sysrender.h
@@ -189,6 +189,13 @@
    /* The pixel to point coordinate scale */
    SDL_FPoint dpi_scale;
    /* Whether or not to scale relative mouse motion */
    SDL_bool relative_scaling;
    /* Remainder from scaled relative motion */
    float xrel;
    float yrel;
    /* The list of textures */
    SDL_Texture *textures;
    SDL_Texture *target;