diff options
Diffstat (limited to 'libweston-desktop/libweston-desktop.h')
-rw-r--r-- | libweston-desktop/libweston-desktop.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libweston-desktop/libweston-desktop.h b/libweston-desktop/libweston-desktop.h index f77ab55b..19dc271c 100644 --- a/libweston-desktop/libweston-desktop.h +++ b/libweston-desktop/libweston-desktop.h @@ -59,6 +59,8 @@ struct weston_desktop_api { void *user_data); void (*surface_removed)(struct weston_desktop_surface *surface, void *user_data); + void (*surface_drop_idle_inhibitor)(struct weston_desktop_surface *surface, + void *user_data); void (*committed)(struct weston_desktop_surface *surface, int32_t sx, int32_t sy, void *user_data); void (*show_window_menu)(struct weston_desktop_surface *surface, |