seat: use CONNECT_SIGNAL() for new_virtual_pointer event

This commit is contained in:
tokyo4j 2025-10-25 14:15:37 +09:00 committed by Consolatis
parent 4cdc6c435b
commit cd1a823fee
2 changed files with 5 additions and 7 deletions

View file

@ -142,7 +142,7 @@ struct seat {
struct wl_listener pressed_surface_destroy;
struct wlr_virtual_pointer_manager_v1 *virtual_pointer;
struct wl_listener virtual_pointer_new;
struct wl_listener new_virtual_pointer;
struct wlr_virtual_keyboard_manager_v1 *virtual_keyboard;
struct wl_listener new_virtual_keyboard;