aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/rootston/seat.h2
-rw-r--r--include/wlr/types/wlr_data_device.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/rootston/seat.h b/include/rootston/seat.h
index 7b09f339..bed81c88 100644
--- a/include/rootston/seat.h
+++ b/include/rootston/seat.h
@@ -58,7 +58,7 @@ struct roots_drag_icon {
double x, y;
struct wl_listener surface_commit;
- struct wl_listener map;
+ struct wl_listener unmap;
struct wl_listener destroy;
};
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;