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

Commit

Permalink
Fixed bug #932
Browse files Browse the repository at this point in the history
Added the Fill operation for Direct3D
  • Loading branch information
slouken committed Jan 18, 2010
1 parent 234b9eb commit 9f85194
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/video/win32/SDL_d3drender.c
Expand Up @@ -467,6 +467,7 @@ D3D_CreateRenderer(SDL_Window * window, Uint32 flags)
renderer->RenderDrawPoints = D3D_RenderDrawPoints;
renderer->RenderDrawLines = D3D_RenderDrawLines;
renderer->RenderDrawRects = D3D_RenderDrawRects;
renderer->RenderFillRects = D3D_RenderFillRects;
renderer->RenderCopy = D3D_RenderCopy;
renderer->RenderReadPixels = D3D_RenderReadPixels;
renderer->RenderWritePixels = D3D_RenderWritePixels;
Expand Down

0 comments on commit 9f85194

Please sign in to comment.