mirror of
https://github.com/labwc/labwc.git
synced 2025-11-03 09:01:51 -05:00
osd: make osd_update() private
This commit is contained in:
parent
140e913c44
commit
2be149064e
2 changed files with 7 additions and 8 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue