diff options
author | Kirill Primak <vyivel@eclair.cafe> | 2023-03-04 23:04:00 +0300 |
---|---|---|
committer | Isaac Freund <mail@isaacfreund.com> | 2023-06-02 17:26:18 +0000 |
commit | 743da5c0ae723098fe772aadb93810f60e700ab9 (patch) | |
tree | e0334877f35efcca01f75a05089af04ec788d5fb /include/wlr | |
parent | 229abfae0c1ae69a5b5db96657c7dd8f76fbef03 (diff) |
input-method: use unified map logic
Diffstat (limited to 'include/wlr')
-rw-r--r-- | include/wlr/types/wlr_input_method_v2.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/wlr/types/wlr_input_method_v2.h b/include/wlr/types/wlr_input_method_v2.h index 11e43590..779e6852 100644 --- a/include/wlr/types/wlr_input_method_v2.h +++ b/include/wlr/types/wlr_input_method_v2.h @@ -62,13 +62,10 @@ struct wlr_input_popup_surface_v2 { struct wl_resource *resource; struct wlr_input_method_v2 *input_method; struct wl_list link; - bool mapped; struct wlr_surface *surface; struct { - struct wl_signal map; - struct wl_signal unmap; struct wl_signal destroy; } events; |