[fixup] s/overlay_show/overlay_update/

This commit is contained in:
tokyo4j 2024-03-25 20:57:27 +09:00
parent 2d5aaf29ba
commit e18218c5a2
4 changed files with 4 additions and 4 deletions

View file

@ -29,7 +29,7 @@ struct overlay {
};
/* Calls overlay_hide() internally if there's no overlay to show */
void overlay_show(struct seat *seat);
void overlay_update(struct seat *seat);
/* This function must be called when server->grabbed_view is destroyed */
void overlay_hide(struct seat *seat);