render: Expose render_overlay

This function updates the overlay that foot uses. It will be used to
update the overlay when the flash effect ends.
This commit is contained in:
Alexander Orzechowski 2025-01-04 22:26:00 -05:00
parent 42f78b7f9c
commit bcefb3348e
3 changed files with 5 additions and 1 deletions

View file

@ -1862,7 +1862,7 @@ render_overlay_single_pixel(struct terminal *term, enum overlay_style style,
}
}
static void
void
render_overlay(struct terminal *term)
{
struct wayl_sub_surface *overlay = &term->window->overlay;