mirror of
https://github.com/labwc/labwc.git
synced 2026-04-11 08:21:13 -04:00
seat: Implement virtual keyboard protocol
This commit is contained in:
parent
61db11dbbd
commit
1460f13cf6
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>
|
||||
|
|
@ -149,6 +150,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