summaryrefslogtreecommitdiff
path: root/include/SDL_events.h
diff options
context:
space:
mode:
authorSam Lantinga <slouken@libsdl.org>2011-01-17 14:05:14 -0800
committerSam Lantinga <slouken@libsdl.org>2011-01-17 14:05:14 -0800
commit6654cd07b32f9a92201f477fd10fbe3f104a3c89 (patch)
treeed95ed7a27b2fd73839606bd422e0413388ef03e /include/SDL_events.h
parentf82346f528cd090aa4b834c13b1d34c78cd95bcf (diff)
Fixed compiler error
Diffstat (limited to 'include/SDL_events.h')
-rw-r--r--include/SDL_events.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/SDL_events.h b/include/SDL_events.h
index 7eb61a20..40e76e8a 100644
--- a/include/SDL_events.h
+++ b/include/SDL_events.h
@@ -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 */