Fixed compiler error

This commit is contained in:
Sam Lantinga 2011-01-17 14:05:14 -08:00
parent f82346f528
commit 6654cd07b3

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 */