SDL_gesture: Updated for the latest SDL changes

From 83fb62b53830283238096f5afea55455c1e19118 Mon Sep 17 00:00:00 2001
From: Sam Lantinga <[EMAIL REDACTED]>
Date: Mon, 2 Sep 2024 21:06:02 -0700
Subject: [PATCH] Updated for the latest SDL changes

---
 SDL_gesture.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/SDL_gesture.h b/SDL_gesture.h
index 7d42ea9..31b418e 100644
--- a/SDL_gesture.h
+++ b/SDL_gesture.h
@@ -296,7 +296,7 @@ int Gesture_RecordGesture(SDL_TouchID touchID)
 
 void Gesture_Quit(void)
 {
-    SDL_DelEventWatch(GestureEventWatch, NULL);
+    SDL_RemoveEventWatch(GestureEventWatch, NULL);
     SDL_free(GestureTouches);
     GestureTouches = NULL;
     GestureNumTouches = 0;