mirror of
https://github.com/labwc/labwc.git
synced 2025-11-02 09:01:47 -05:00
seat: implement virtual keyboard protocol
This commit is contained in:
parent
4b8d0ba4b2
commit
76d5fb1dda
2 changed files with 25 additions and 0 deletions
|
|
@ -41,6 +41,7 @@
|
|||
#include <wlr/types/wlr_xdg_shell.h>
|
||||
#include <wlr/types/wlr_drm_lease_v1.h>
|
||||
#include <wlr/types/wlr_virtual_pointer_v1.h>
|
||||
#include <wlr/types/wlr_virtual_keyboard_v1.h>
|
||||
#include <wlr/util/log.h>
|
||||
#if HAVE_XWAYLAND
|
||||
#include <wlr/xwayland.h>
|
||||
|
|
@ -160,6 +161,9 @@ struct seat {
|
|||
|
||||
struct wlr_virtual_pointer_manager_v1 *virtual_pointer;
|
||||
struct wl_listener virtual_pointer_new;
|
||||
|
||||
struct wlr_virtual_keyboard_manager_v1 *virtual_keyboard;
|
||||
struct wl_listener virtual_keyboard_new;
|
||||
};
|
||||
|
||||
struct lab_data_buffer;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue