# HG changeset patch # User Sam Lantinga # Date 1295301914 28800 # Node ID 22751715e11acda32dc5ff2c04a51a12eee43a98 # Parent 9d6b527e09121b3298a8a29674bbabdd08f8fe2b Fixed compiler error diff -r 9d6b527e0912 -r 22751715e11a include/SDL_events.h --- 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 */