Commit 1771e1fe authored by Sunny Sachanandani's avatar Sunny Sachanandani

Set the default XRender filter to "fast". testoverlay2 works now.

parent a57835d4
......@@ -1015,6 +1015,7 @@ X11_CreateTexture(SDL_Renderer * renderer, SDL_Texture * texture)
}
texture->blendMode = SDL_BLENDMODE_NONE;
data->blend_op = PictOpSrc;
data->filter = "fast";
}
#endif
return 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment