From 53d4d504b9103f524c50385ed3545fd08d0e272e Mon Sep 17 00:00:00 2001 From: Vito Caputo Date: Tue, 19 Apr 2022 15:36:06 -0700 Subject: *: s/til_fb_fragment_zero/til_fb_fragment_clear/ Mechanical renaming of "zero" to "clear" throughout for this context. --- src/modules/pixbounce/pixbounce.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/pixbounce') diff --git a/src/modules/pixbounce/pixbounce.c b/src/modules/pixbounce/pixbounce.c index 6585053..ff2d990 100644 --- a/src/modules/pixbounce/pixbounce.c +++ b/src/modules/pixbounce/pixbounce.c @@ -141,7 +141,7 @@ static void pixbounce_render_fragment(void *context, unsigned ticks, unsigned cp int width = fragment->width, height = fragment->height; /* blank the frame */ - til_fb_fragment_zero(fragment); + til_fb_fragment_clear(fragment); /* check for very small fragment */ if(pix_width*2>width||pix_height*2>height) -- cgit v1.2.3