From 79dae1b9d60cc69251380660aca2507c6c2df481 Mon Sep 17 00:00:00 2001
From: Petar Popovic <[EMAIL REDACTED]>
Date: Wed, 15 Oct 2025 21:11:41 +0200
Subject: [PATCH] Updated comment for event type in SDL_DisplayEvent
---
include/SDL3/SDL_events.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/SDL3/SDL_events.h b/include/SDL3/SDL_events.h
index 1bf34b25eae26..eb69f5a4d75e9 100644
--- a/include/SDL3/SDL_events.h
+++ b/include/SDL3/SDL_events.h
@@ -307,7 +307,7 @@ typedef struct SDL_CommonEvent
*/
typedef struct SDL_DisplayEvent
{
- SDL_EventType type; /**< SDL_DISPLAYEVENT_* */
+ SDL_EventType type; /**< SDL_EVENT_DISPLAY_* */
Uint32 reserved;
Uint64 timestamp; /**< In nanoseconds, populated using SDL_GetTicksNS() */
SDL_DisplayID displayID;/**< The associated display */