mirror of
https://github.com/wizbright/waybox.git
synced 2025-11-02 09:01:42 -05:00
Updated versions
This commit is contained in:
parent
cd22c7cf74
commit
6a6966b8d6
3 changed files with 6 additions and 6 deletions
|
|
@ -61,11 +61,11 @@ bool wb_start_server(struct wb_server* server) {
|
|||
}
|
||||
|
||||
bool wb_terminate(struct wb_server* server) {
|
||||
wl_display_destroy_clients(server->wl_display);
|
||||
wb_cursor_destroy(server->cursor);
|
||||
wb_seat_destroy(server->seat);
|
||||
wlr_output_layout_destroy(server->layout);
|
||||
wl_display_destroy_clients(server->wl_display);
|
||||
wl_display_destroy(server->wl_display);
|
||||
wlr_output_layout_destroy(server->layout);
|
||||
|
||||
wlr_log(WLR_INFO, "%s", _("Display destroyed"));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue