mirror of
https://github.com/labwc/labwc.git
synced 2025-10-31 22:25:34 -04:00
src/osd.c: make osd_preview_restore() private in osd.c
This commit is contained in:
parent
1e0a7e2562
commit
0ef9906557
3 changed files with 28 additions and 32 deletions
|
|
@ -43,9 +43,6 @@ void osd_update(struct server *server);
|
|||
/* Closes the OSD */
|
||||
void osd_finish(struct server *server);
|
||||
|
||||
/* Moves preview views back into their original stacking order and state */
|
||||
void osd_preview_restore(struct server *server);
|
||||
|
||||
/* Notify OSD about a destroying view */
|
||||
void osd_on_view_destroy(struct view *view);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue