From dffbb574ea5d8bd741994a307b6ea326e48fc7ab Mon Sep 17 00:00:00 2001 From: Petar Popovic Date: Sun, 28 Apr 2024 21:02:33 +0200 Subject: [PATCH] renaming SDL_eventaction tag to SDL_EventAction --- 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 26c5dd2c49..f98275e195 100644 --- a/include/SDL3/SDL_events.h +++ b/include/SDL3/SDL_events.h @@ -900,7 +900,7 @@ SDL_COMPILE_TIME_ASSERT(SDL_Event, sizeof(SDL_Event) == sizeof(((SDL_Event *)NUL extern DECLSPEC void SDLCALL SDL_PumpEvents(void); /* @{ */ -typedef enum SDL_eventaction +typedef enum SDL_EventAction { SDL_ADDEVENT, SDL_PEEKEVENT,