From c509e798d7506f1313254b6287e514bea6148b10 Mon Sep 17 00:00:00 2001 From: Philipp Wiesemann Date: Fri, 31 Jul 2015 20:16:18 +0200 Subject: [PATCH] Fixed documentation of SDL_DropEvent in header file. --- include/SDL_events.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/SDL_events.h b/include/SDL_events.h index cad8dcb72..2ccb10132 100644 --- a/include/SDL_events.h +++ b/include/SDL_events.h @@ -453,8 +453,8 @@ typedef struct SDL_DollarGestureEvent /** * \brief An event used to request a file open by the system (event.drop.*) - * This event is disabled by default, you can enable it with SDL_EventState() - * \note If you enable this event, you must free the filename in the event. + * This event is enabled by default, you can disable it with SDL_EventState(). + * \note If this event is enabled, you must free the filename in the event. */ typedef struct SDL_DropEvent {