mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -04:00
seat: use CONNECT_SIGNAL() for new_virtual_pointer event
This commit is contained in:
parent
4cdc6c435b
commit
cd1a823fee
2 changed files with 5 additions and 7 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue