Browse Source

Patched to compile on Raspberry Pi.

Ryan C. Gordon 10 years ago
parent
commit
9d3d643742
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/video/raspberry/SDL_rpimouse.c

+ 1 - 1
src/video/raspberry/SDL_rpimouse.c

@@ -48,7 +48,7 @@ static int RPI_ShowCursor(SDL_Cursor * cursor);
 static void RPI_MoveCursor(SDL_Cursor * cursor);
 static void RPI_MoveCursor(SDL_Cursor * cursor);
 static void RPI_FreeCursor(SDL_Cursor * cursor);
 static void RPI_FreeCursor(SDL_Cursor * cursor);
 static void RPI_WarpMouse(SDL_Window * window, int x, int y);
 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 *
 static SDL_Cursor *
 RPI_CreateDefaultCursor(void)
 RPI_CreateDefaultCursor(void)