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

Commit

Permalink
Changed the name of the dummy renderer
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Jul 14, 2006
1 parent 3f17d6f commit 73496da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/video/dummy/SDL_nullrender.c
Expand Up @@ -44,7 +44,7 @@ static void SDL_DUMMY_DestroyRenderer(SDL_Renderer * renderer);
SDL_RenderDriver SDL_DUMMY_RenderDriver = {
SDL_DUMMY_CreateRenderer,
{
"minimal",
"dummy",
(SDL_Renderer_Minimal | SDL_Renderer_PresentDiscard |
SDL_Renderer_PresentCopy),
SDL_TextureBlendMode_None,
Expand Down

0 comments on commit 73496da

Please sign in to comment.