diff include/SDL_events.h @ 5014:22751715e11a

Fixed compiler error
author Sam Lantinga <slouken@libsdl.org>
date Mon, 17 Jan 2011 14:05:14 -0800
parents b21ad135d86b
children 25d4feb7c127
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 */