IME: support IME popup

This commit is contained in:
tokyo4j 2024-02-23 03:50:55 +09:00 committed by Johan Malm
parent 53fc8d5e39
commit b6d576922b
7 changed files with 175 additions and 1 deletions

View file

@ -773,7 +773,7 @@ xdg_surface_new(struct wl_listener *listener, void *data)
*/
kde_server_decoration_set_view(view, xdg_surface->surface);
/* In support of xdg popups */
/* In support of xdg popups and IME popup */
xdg_surface->surface->data = tree;
view_connect_map(view, xdg_surface->surface);