Skip to content

Commit

Permalink
Patched to compile.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed May 11, 2019
1 parent 6eb0521 commit ba0fc92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/video/emscripten/SDL_emscriptenevents.c
Expand Up @@ -431,6 +431,7 @@ Emscripten_HandleFocus(int eventType, const EmscriptenFocusEvent *wheelEvent, vo
static EM_BOOL
Emscripten_HandleTouch(int eventType, const EmscriptenTouchEvent *touchEvent, void *userData)
{
SDL_WindowData *window_data = (SDL_WindowData *) userData;
int i;
double client_w, client_h;
int preventDefault = 0;
Expand Down

0 comments on commit ba0fc92

Please sign in to comment.