Wrapped up Shaped fill mode (for now)

This commit is contained in:
Bill Kendrick 2023-02-26 00:34:01 -08:00
parent a94347e0da
commit 102207b9bc
4 changed files with 20 additions and 36 deletions

View file

@ -27,7 +27,7 @@
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
(See COPYING.txt)
Last updated: February 24, 2023
Last updated: February 26, 2023
$Id$
*/
@ -54,9 +54,7 @@ void draw_linear_gradient(SDL_Surface * canvas, SDL_Surface * last,
void draw_radial_gradient(SDL_Surface * canvas, int x_left, int y_top,
int x_right, int y_bottom, int x, int y,
Uint32 draw_color, Uint8 * touched);
void draw_shaped_gradient(SDL_Surface * canvas, int x_left, int y_top,
int x_right, int y_bottom,
Uint32 draw_color, Uint8 * touched);
void draw_shaped_gradient(SDL_Surface * canvas, Uint32 draw_color, Uint8 * touched);
void draw_brush_fill(SDL_Surface * canvas, int x_left, int y_top, int x_right,
int y_bottom, int x1, int y1, int x2, int y2,
Uint32 draw_color, Uint8 * touched, int *up_x1,