diff include/SDL_video.h @ 4773:590e680cc4e4

Fixed up new functions and files so that they build as part of SDL.
author Eli Gottlieb <eligottlieb@gmail.com>
date Thu, 03 Jun 2010 17:21:40 -0400
parents 37e9f8154ac4
children b6930aefd008
line wrap: on
line diff
--- a/include/SDL_video.h	Thu Jun 03 16:21:04 2010 -0400
+++ b/include/SDL_video.h	Thu Jun 03 17:21:40 2010 -0400
@@ -1256,7 +1256,7 @@
  *  
  *  \return 0 on success, or -1 if there is no rendering context current.
  */
-extern DECLSPEC int SDLCALL SDL_RenderDrawEllipses(const SDL_Ellipse ** ellipse, int count);
+extern DECLSPEC int SDLCALL SDL_RenderDrawEllipses(const SDL_Ellipse * ellipse, int count);
 
 /**
  *  \brief Fill an ellipse on the current rendering target with the drawing color.