mirror of
https://github.com/labwc/labwc.git
synced 2026-04-12 08:21:13 -04:00
[fixup] s/overlay_show/overlay_update/
This commit is contained in:
parent
2d5aaf29ba
commit
e18218c5a2
4 changed files with 4 additions and 4 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue