author | Sam Lantinga <slouken@libsdl.org> |
Mon, 17 Jan 2011 14:05:14 -0800 | |
changeset 5014 | 22751715e11a |
parent 5013 | 9d6b527e0912 |
child 5015 | 1bf9e38431ec |
--- 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 */