diff options
Diffstat (limited to 'include/sway')
-rw-r--r-- | include/sway/input/cursor.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sway/input/cursor.h b/include/sway/input/cursor.h index 0bcd262f..5b6f9a9f 100644 --- a/include/sway/input/cursor.h +++ b/include/sway/input/cursor.h @@ -58,6 +58,7 @@ struct sway_cursor { uint32_t tool_buttons; struct wl_listener request_set_cursor; + struct wl_listener image_surface_destroy; struct wl_listener constraint_commit; |