Skip to content

Commit

Permalink
emscripten: Fixed return type in event callback declaration.
Browse files Browse the repository at this point in the history
  • Loading branch information
philippwiesemann committed May 6, 2017
1 parent bf4e7eb commit 34d9c52
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/video/emscripten/SDL_emscriptenevents.h
Expand Up @@ -31,8 +31,9 @@ Emscripten_RegisterEventHandlers(SDL_WindowData *data);
extern void
Emscripten_UnregisterEventHandlers(SDL_WindowData *data);

extern int
extern EM_BOOL
Emscripten_HandleCanvasResize(int eventType, const void *reserved, void *userData);

#endif /* _SDL_emscriptenevents_h */

/* vi: set ts=4 sw=4 expandtab: */
Expand Down

0 comments on commit 34d9c52

Please sign in to comment.