Skip to content

Commit

Permalink
Patched to compile on Raspberry Pi.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Jul 18, 2015
1 parent e346f14 commit 9d3d643
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/video/raspberry/SDL_rpimouse.c
Expand Up @@ -48,7 +48,7 @@ static int RPI_ShowCursor(SDL_Cursor * cursor);
static void RPI_MoveCursor(SDL_Cursor * cursor);
static void RPI_FreeCursor(SDL_Cursor * cursor);
static void RPI_WarpMouse(SDL_Window * window, int x, int y);
static void RPI_WarpMouseGlobal(int x, int y);
static int RPI_WarpMouseGlobal(int x, int y);

static SDL_Cursor *
RPI_CreateDefaultCursor(void)
Expand Down

0 comments on commit 9d3d643

Please sign in to comment.