mirror of
https://github.com/labwc/labwc.git
synced 2025-11-02 09:01:47 -05:00
Move OSD handler for view destruction to osd.c
This commit is contained in:
parent
ca3c83aafc
commit
2550c984f8
3 changed files with 50 additions and 32 deletions
|
|
@ -583,6 +583,8 @@ void osd_update(struct server *server);
|
|||
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);
|
||||
|
||||
/*
|
||||
* wlroots "input inhibitor" extension (required for swaylock) blocks
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue