SDL_ShowMessageBox: Remove #ifdefs and respect SDL_VIDEO_DRIVER hint.

Fixes #8892.

(cherry picked from commit c5c0b2cb34)
This commit is contained in:
Ryan C. Gordon
2024-01-22 18:04:14 -05:00
parent 8367b00e8c
commit 10cbe04fc5
24 changed files with 89 additions and 154 deletions

View File

@@ -138,7 +138,8 @@ static SDL_VideoDevice *RPI_Create()
VideoBootStrap RPI_bootstrap = {
"RPI",
"RPI Video Driver",
RPI_Create
RPI_Create,
NULL /* no ShowMessageBox implementation */
};
/*****************************************************************************/