mirror of
https://codeberg.org/vyivel/dulcepan/
synced 2025-03-12 18:59:15 +02:00
Destroy the cursor shape manager global on exit
This commit is contained in:
parent
afb4bf1a39
commit
254e138a4e
@ -142,6 +142,7 @@ static void run(struct dp_state *state) {
|
||||
wl_shm_destroy(state->shm);
|
||||
zwlr_layer_shell_v1_destroy(state->layer_shell);
|
||||
zwlr_screencopy_manager_v1_destroy(state->screencopy_manager);
|
||||
wp_cursor_shape_manager_v1_destroy(state->cursor_shape_manager);
|
||||
|
||||
wl_registry_destroy(registry);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user