From 4bddd38d7070b0cf4c23887b6e55685cfe1c6c95 Mon Sep 17 00:00:00 2001 From: Stenzek Date: Sat, 4 Jan 2025 15:11:05 +1000 Subject: [PATCH] WindowInfo: Add SDL window type --- src/util/window_info.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/util/window_info.h b/src/util/window_info.h index 2584a30fd..a77936fff 100644 --- a/src/util/window_info.h +++ b/src/util/window_info.h @@ -22,6 +22,7 @@ struct WindowInfo Wayland, MacOS, Android, + SDL, }; enum class PreRotation : u8