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