diff options
author | Tony Crisci <tony@dubstepdish.com> | 2018-06-05 18:17:42 -0400 |
---|---|---|
committer | Tony Crisci <tony@dubstepdish.com> | 2018-06-05 18:17:42 -0400 |
commit | 1c75d4e54a877bb1918afb5bf23c2c142ca30b78 (patch) | |
tree | 2ca3bebe1239b6a51b7ac2006f3ac6e3ce852729 /include/wlr | |
parent | 7366e1ced972f495a87eaff81706a83b5de56cf1 (diff) |
rename drag-icon map to unmap
Diffstat (limited to 'include/wlr')
-rw-r--r-- | include/wlr/types/wlr_data_device.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/wlr/types/wlr_data_device.h b/include/wlr/types/wlr_data_device.h index 5581373d..33fbf525 100644 --- a/include/wlr/types/wlr_data_device.h +++ b/include/wlr/types/wlr_data_device.h @@ -88,7 +88,7 @@ struct wlr_drag_icon { int32_t sx, sy; struct { - struct wl_signal map; // emitted when mapped or unmapped + struct wl_signal unmap; struct wl_signal destroy; } events; |