Skip to content

Commit

Permalink
Fixed Android build
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Jun 2, 2014
1 parent a8fcbc4 commit 5186be4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/video/android/SDL_androidwindow.h
Expand Up @@ -29,7 +29,7 @@
extern int Android_CreateWindow(_THIS, SDL_Window * window);
extern void Android_SetWindowTitle(_THIS, SDL_Window * window);
extern void Android_DestroyWindow(_THIS, SDL_Window * window);
extern SDL_bool Android_GetWindowWMInfo(_THIS, SDL_Window * window, SDL_SysWMinfo * info);
extern SDL_bool Android_GetWindowWMInfo(_THIS, SDL_Window * window, struct SDL_SysWMinfo * info);

typedef struct
{
Expand Down

0 comments on commit 5186be4

Please sign in to comment.