Commit 6654cd07 authored by Sam Lantinga's avatar Sam Lantinga

Fixed compiler error

parent f82346f5
......@@ -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 */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment