diff options
author | Kirill Primak <vyivel@eclair.cafe> | 2023-03-04 23:07:19 +0300 |
---|---|---|
committer | Isaac Freund <mail@isaacfreund.com> | 2023-06-02 17:26:18 +0000 |
commit | af4181f3880dedcc7c717cfd54c047737bd95ee4 (patch) | |
tree | 7f45874f777d63bbc46f9e0d315293c4c180b97a /include/wlr | |
parent | 743da5c0ae723098fe772aadb93810f60e700ab9 (diff) |
drag: use unified map logic
Diffstat (limited to 'include/wlr')
-rw-r--r-- | include/wlr/types/wlr_data_device.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/wlr/types/wlr_data_device.h b/include/wlr/types/wlr_data_device.h index 697987b2..0b425e88 100644 --- a/include/wlr/types/wlr_data_device.h +++ b/include/wlr/types/wlr_data_device.h @@ -93,11 +93,8 @@ struct wlr_drag; struct wlr_drag_icon { struct wlr_drag *drag; struct wlr_surface *surface; - bool mapped; struct { - struct wl_signal map; - struct wl_signal unmap; struct wl_signal destroy; } events; |