mirror of
https://github.com/labwc/labwc.git
synced 2025-11-30 06:59:52 -05:00
IME: support input method
This commit is contained in:
parent
7e60c57b81
commit
334cd09106
7 changed files with 549 additions and 2 deletions
|
|
@ -384,6 +384,10 @@ server_init(struct server *server)
|
|||
*/
|
||||
wlr_primary_selection_v1_device_manager_create(server->wl_display);
|
||||
|
||||
server->input_method_manager = wlr_input_method_manager_v2_create(
|
||||
server->wl_display);
|
||||
server->text_input_manager = wlr_text_input_manager_v3_create(
|
||||
server->wl_display);
|
||||
seat_init(server);
|
||||
xdg_shell_init(server);
|
||||
kde_server_decoration_init(server);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue