Skip to content

Commit

Permalink
directfb: Changed internal function to be static.
Browse files Browse the repository at this point in the history
  • Loading branch information
philippwiesemann committed May 25, 2017
1 parent 189b585 commit 1e13d93
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/video/directfb/SDL_DirectFB_render.c
Expand Up @@ -332,7 +332,7 @@ DirectFB_WindowEvent(SDL_Renderer * renderer, const SDL_WindowEvent *event)
}
}

int
static int
DirectFB_RenderClear(SDL_Renderer * renderer)
{
DirectFB_RenderData *data = (DirectFB_RenderData *) renderer->driverdata;
Expand All @@ -344,7 +344,6 @@ DirectFB_RenderClear(SDL_Renderer * renderer)

destsurf->Clear(destsurf, renderer->r, renderer->g, renderer->b, renderer->a);


return 0;
}

Expand Down

0 comments on commit 1e13d93

Please sign in to comment.