1
0
mirror of https://codeberg.org/vyivel/dulcepan/ synced 2025-03-12 10:49:15 +02:00

Destroy the cursor shape manager global on exit

This commit is contained in:
Kirill Primak 2024-06-20 08:42:30 +03:00
parent afb4bf1a39
commit 254e138a4e

View File

@ -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);
}