diff options
Diffstat (limited to 'src/wayland-server.h')
-rw-r--r-- | src/wayland-server.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wayland-server.h b/src/wayland-server.h index 2a21111..49ab5b1 100644 --- a/src/wayland-server.h +++ b/src/wayland-server.h @@ -232,6 +232,7 @@ struct wl_input_device { struct wl_listener drag_focus_listener; struct wl_pointer_grab drag_grab; struct wl_surface *drag_surface; + struct wl_listener drag_icon_listener; struct wl_data_source *selection_data_source; struct wl_listener selection_data_source_listener; |