Enable necessary protocols for supporting IMEs
This commit is contained in:
parent
18067def18
commit
5fcdd81fc3
5 changed files with 61 additions and 0 deletions
6
src/wayland/handlers/virtual_keyboard.rs
Normal file
6
src/wayland/handlers/virtual_keyboard.rs
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
// SPDX-License-Identifier: GPL-3.0-only
|
||||
|
||||
use crate::state::State;
|
||||
use smithay::delegate_virtual_keyboard_manager;
|
||||
|
||||
delegate_virtual_keyboard_manager!(State);
|
||||
Loading…
Add table
Add a link
Reference in a new issue