Mac and Linux SDL2 binary snapshots
Edward Rudd
2019-04-09 9cd2e9ec8fc0127393dfce9c0359d500c8c238be
source/src/video/uikit/SDL_uikitmessagebox.m
@@ -109,6 +109,7 @@
        alertwindow.hidden = YES;
    }
#if !TARGET_OS_TV
    /* Force the main SDL window to re-evaluate home indicator state */
    SDL_Window *focus = SDL_GetFocusWindow();
    if (focus) {
@@ -120,6 +121,7 @@
            }
        }
    }
#endif /* !TARGET_OS_TV */
    *buttonid = messageboxdata->buttons[clickedindex].buttonid;
    return YES;