sdl2-compat: change sdl3_include_wrapper.h too after SDL_GetDisplayPhysicalDPI rename

From f11dee13d2153c2ea7136de6ed444512754cffcb Mon Sep 17 00:00:00 2001
From: Ozkan Sezer <[EMAIL REDACTED]>
Date: Wed, 25 Jan 2023 11:30:00 +0300
Subject: [PATCH] change sdl3_include_wrapper.h too after
 SDL_GetDisplayPhysicalDPI rename

---
 src/sdl3_include_wrapper.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/sdl3_include_wrapper.h b/src/sdl3_include_wrapper.h
index 29502d7..892ac9f 100644
--- a/src/sdl3_include_wrapper.h
+++ b/src/sdl3_include_wrapper.h
@@ -446,7 +446,7 @@
 #define SDL_GetDisplayName IGNORE_THIS_VERSION_OF_SDL_GetDisplayName
 #define SDL_GetDisplayBounds IGNORE_THIS_VERSION_OF_SDL_GetDisplayBounds
 #define SDL_GetDisplayUsableBounds IGNORE_THIS_VERSION_OF_SDL_GetDisplayUsableBounds
-#define SDL_GetDisplayDPI IGNORE_THIS_VERSION_OF_SDL_GetDisplayDPI
+#define SDL_GetDisplayPhysicalDPI IGNORE_THIS_VERSION_OF_SDL_GetDisplayPhysicalDPI
 #define SDL_GetDisplayOrientation IGNORE_THIS_VERSION_OF_SDL_GetDisplayOrientation
 #define SDL_GetNumDisplayModes IGNORE_THIS_VERSION_OF_SDL_GetNumDisplayModes
 #define SDL_GetDisplayMode IGNORE_THIS_VERSION_OF_SDL_GetDisplayMode
@@ -2596,8 +2596,8 @@ typedef void (__cdecl *pfnSDL_CurrentEndThread) (unsigned);
 #undef SDL_GetDisplayUsableBounds
 #endif
 
-#ifdef SDL_GetDisplayDPI
-#undef SDL_GetDisplayDPI
+#ifdef SDL_GetDisplayPhysicalDPI
+#undef SDL_GetDisplayPhysicalDPI
 #endif
 
 #ifdef SDL_GetDisplayOrientation