sdl12-compat: Added a FIXME

From 61e2b12b18a542ef613fbf51f211453cd9042281 Mon Sep 17 00:00:00 2001
From: "Ryan C. Gordon" <[EMAIL REDACTED]>
Date: Thu, 24 Jun 2021 15:26:43 -0400
Subject: [PATCH] Added a FIXME

---
 src/SDL12_compat.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/SDL12_compat.c b/src/SDL12_compat.c
index a849b83..8d25fb7 100644
--- a/src/SDL12_compat.c
+++ b/src/SDL12_compat.c
@@ -1765,6 +1765,7 @@ DECLSPEC int SDLCALL
 SDL_VideoInit(const char *driver, Uint32 flags)
 {
     (void) flags;
+    FIXME("Does this need to call Init12Video?");
     return SDL20_VideoInit(driver);
 }