1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-30 02:07:44 +00:00

Ports/SDL2_net: Update to 2.2.0

This commit is contained in:
Tim Schumacher 2022-08-21 16:28:35 +02:00 committed by Linus Groh
parent ebf713da60
commit 4678028842
6 changed files with 22 additions and 63 deletions

View file

@ -9,10 +9,10 @@ FIXME: We don't know why yet.
1 file changed, 4 insertions(+)
diff --git a/SDLnet.c b/SDLnet.c
index 53d125a..87eab4c 100644
index 24eb05b..847b185 100644
--- a/SDLnet.c
+++ b/SDLnet.c
@@ -184,6 +184,10 @@ const char *SDLNet_ResolveIP(const IPaddress *ip)
@@ -218,6 +218,10 @@ const char *SDLNet_ResolveIP(const IPaddress *ip)
return inet_ntoa(in);
}