1
0
mirror of https://codeberg.org/vyivel/dulcepan/ synced 2025-12-23 02:06:48 +02:00

seat: make cursor-shape-v1 support optional

This commit is contained in:
Kirill Primak
2024-08-09 15:51:58 +03:00
parent 6158dd112b
commit bdf8308c4e
3 changed files with 17 additions and 7 deletions

View File

@@ -173,6 +173,8 @@ struct dp_state {
struct wl_shm *shm;
struct zwlr_layer_shell_v1 *layer_shell;
struct zwlr_screencopy_manager_v1 *screencopy_manager;
// Optional
struct wp_cursor_shape_manager_v1 *cursor_shape_manager;
bool initialized;