wayland: Add cursor-shape-v1 protocol support

This commit is contained in:
Frank Praznik
2024-03-12 19:49:36 -04:00
parent 9bdb992925
commit c2e9693de5
6 changed files with 307 additions and 39 deletions

View File

@@ -67,6 +67,7 @@ struct SDL_VideoData
} shell;
struct zwp_relative_pointer_manager_v1 *relative_pointer_manager;
struct zwp_pointer_constraints_v1 *pointer_constraints;
struct wp_cursor_shape_manager_v1 *cursor_shape_manager;
struct wl_data_device_manager *data_device_manager;
struct zwp_primary_selection_device_manager_v1 *primary_selection_device_manager;
struct zxdg_decoration_manager_v1 *decoration_manager;