changeset 5014:22751715e11a

Fixed compiler error
author Sam Lantinga <slouken@libsdl.org>
date Mon, 17 Jan 2011 14:05:14 -0800
parents 9d6b527e0912
children 1bf9e38431ec
files include/SDL_events.h
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/include/SDL_events.h	Mon Jan 17 13:54:13 2011 -0800
+++ b/include/SDL_events.h	Mon Jan 17 14:05:14 2011 -0800
@@ -333,7 +333,8 @@
     Uint16 padding;
 } SDL_MultiGestureEvent;
 
-typedef struct SDL_DollarGestureEvent (event.dgesture.*)
+/* (event.dgesture.*) */
+typedef struct SDL_DollarGestureEvent
 {
     Uint32 type;        /**< ::SDL_DOLLARGESTURE */
     Uint32 windowID;    /**< The window with mouse focus, if any */