Enable necessary protocols for supporting IMEs
This commit is contained in:
parent
18067def18
commit
5fcdd81fc3
5 changed files with 61 additions and 0 deletions
|
|
@ -7,6 +7,7 @@ pub mod decoration;
|
|||
pub mod dmabuf;
|
||||
pub mod drm_lease;
|
||||
pub mod fractional_scale;
|
||||
pub mod input_method;
|
||||
pub mod keyboard_shortcuts_inhibit;
|
||||
pub mod layer_shell;
|
||||
pub mod output;
|
||||
|
|
@ -22,9 +23,11 @@ pub mod security_context;
|
|||
pub mod selection;
|
||||
pub mod session_lock;
|
||||
pub mod shm;
|
||||
pub mod text_input;
|
||||
pub mod toplevel_info;
|
||||
pub mod toplevel_management;
|
||||
pub mod viewporter;
|
||||
pub mod virtual_keyboard;
|
||||
pub mod wl_drm;
|
||||
pub mod workspace;
|
||||
pub mod xdg_shell;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue