Mac and Linux SDL2 binary snapshots
Edward Rudd
2021-06-15 dec7875a6e23212021e4d9080330a42832dfe02a
source/src/video/SDL_fillrect.c
@@ -314,6 +314,11 @@
        return SDL_SetError("SDL_FillRect(): Unsupported surface format");
    }
    /* Nothing to do */
    if (dst->w == 0 || dst->h == 0) {
        return 0;
    }
    /* Perform software fill */
    if (!dst->pixels) {
        return SDL_SetError("SDL_FillRect(): You must lock the surface");