osd: make osd_update() private

This commit is contained in:
tokyo4j 2025-03-14 16:53:18 +09:00 committed by Johan Malm
parent 140e913c44
commit 2be149064e
2 changed files with 7 additions and 8 deletions

View file

@ -44,9 +44,6 @@ void osd_begin(struct server *server, enum lab_cycle_dir direction);
/* Cycle the selected view in the window switcher */
void osd_cycle(struct server *server, enum lab_cycle_dir direction);
/* Updates onscreen display 'alt-tab' buffer */
void osd_update(struct server *server);
/* Closes the OSD */
void osd_finish(struct server *server);