diff include/SDL_video.h @ 4785:ef8b32ef9793

Updated test code, updated win32 code a bit (still not complete, but hopefully tonight), and removed the last vestiges of ellipse and polygon drawing support.
author Eli Gottlieb <eligottlieb@gmail.com>
date Tue, 06 Jul 2010 22:05:22 -0400
parents b6930aefd008
children 7b1d35d98294
line wrap: on
line diff
--- a/include/SDL_video.h	Fri Jul 02 12:05:47 2010 -0400
+++ b/include/SDL_video.h	Tue Jul 06 22:05:22 2010 -0400
@@ -32,8 +32,6 @@
 #include "SDL_stdinc.h"
 #include "SDL_pixels.h"
 #include "SDL_rect.h"
-#include "SDL_ellipse.h"
-#include "SDL_poly.h"
 #include "SDL_surface.h"
 
 #include "begin_code.h"