mirror of
https://github.com/labwc/labwc.git
synced 2025-11-02 09:01:47 -05:00
IME: support IME popup
This commit is contained in:
parent
53fc8d5e39
commit
b6d576922b
7 changed files with 175 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue