changeset 4622:453712fd2016

Set the default XRender filter to "fast". testoverlay2 works now.
author Sunny Sachanandani <sunnysachanandani@gmail.com>
date Wed, 28 Jul 2010 15:13:16 +0530
parents 12a9cf73596a
children 10175d54adf4
files src/video/x11/SDL_x11render.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/video/x11/SDL_x11render.c	Wed Jul 28 01:32:39 2010 -0700
+++ b/src/video/x11/SDL_x11render.c	Wed Jul 28 15:13:16 2010 +0530
@@ -1015,6 +1015,7 @@
         }
         texture->blendMode = SDL_BLENDMODE_NONE;
         data->blend_op = PictOpSrc;
+        data->filter = "fast";
     }
 #endif
     return 0;