diff src/video/x11/SDL_x11video.c @ 5141:da10636e5eca

Making the API simpler, scaling is always defined as linear interpolation and should be supported as much as possible on all renderers.
author Sam Lantinga <slouken@libsdl.org>
date Mon, 31 Jan 2011 22:44:43 -0800
parents e594f07297a9
children 073b86030262
line wrap: on
line diff
--- a/src/video/x11/SDL_x11video.c	Mon Jan 31 22:21:29 2011 -0800
+++ b/src/video/x11/SDL_x11video.c	Mon Jan 31 22:44:43 2011 -0800
@@ -29,7 +29,6 @@
 #include "../SDL_pixels_c.h"
 
 #include "SDL_x11video.h"
-#include "SDL_x11render.h"
 #include "SDL_x11shape.h"
 #include "SDL_x11touch.h"