Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Fixed comment in gesture source.
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
src/events/SDL_gesture.c
|
@@ -21,7 +21,7 @@ |
|
|
|
|
|
#include "../SDL_internal.h" |
|
|
|
|
|
/* General mouse handling code for SDL */ |
|
|
/* General gesture handling code for SDL */ |
|
|
|
|
|
#include "SDL_events.h" |
|
|
#include "SDL_endian.h" |
|
|