Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Set the default XRender filter to "fast". testoverlay2 works now.
Browse files Browse the repository at this point in the history
  • Loading branch information
sunnyps committed Jul 28, 2010
1 parent b3f1f38 commit a494a4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/video/x11/SDL_x11render.c
Expand Up @@ -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;
Expand Down

0 comments on commit a494a4d

Please sign in to comment.