Fixed compiler error

This commit is contained in:
Sam Lantinga 2011-01-17 14:05:14 -08:00
parent b03568822b
commit f5bbe15139

View File

@ -333,7 +333,8 @@ typedef struct SDL_MultiGestureEvent
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 */